summaryrefslogtreecommitdiff
path: root/bootwrapper/filesystem.S
blob: 80068eac232586e840632f966f840c2a13b6d587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
	AREA |filesystem|, CODE, ALIGN=2 ;  $Copyright:
	;;  ----------------------------------------------------------------
	;;  This confidential and proprietary software may be used only as
	;;  authorised by a licensing agreement from ARM Limited
	;;   (C) COPYRIGHT 2008-2011 ARM Limited
	;;        ALL RIGHTS RESERVED
	;;  The entire notice above must be reproduced on all authorised
	;;  copies and copies may only be made to the extent permitted
	;;  by a licensing agreement from ARM Limited.
	;;  ----------------------------------------------------------------
	;;  File:	             filesystem.S
	;;  ----------------------------------------------------------------
	;;  $
	
 EXPORT fs_start
 EXPORT fs_end	
fs_start	
 INCBIN payload/fsimg
fs_end	
 END