Skip to content

Commit 674b3f1

Browse files
author
Sebastien Bourdeauducq
committedJun 2, 2012
software/include/hw: add flash offset for filesystem
1 parent 964dc80 commit 674b3f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

Diff for: ‎software/include/hw/mem.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
#define FLASH_OFFSET_REGULAR_BITSTREAM 0x006E0000 /* 1536k */
1111
#define FLASH_OFFSET_REGULAR_BIOS 0x00860000 /* 128k */
12-
#define FLASH_OFFSET_REGULAR_APP 0x00880000 /* remaining space (24064k) */
12+
#define FLASH_OFFSET_REGULAR_APP 0x00880000 /* 4736k */
13+
14+
#define FLASH_OFFSET_FILESYSTEM 0x00D20000 /* 19328k (remaining space) */
1315

1416
#define FLASH_OFFSET_MAC_ADDRESS 0x002200E0 /* within rescue BIOS */
1517

0 commit comments

Comments
 (0)