software/include/hw: add flash offset for filesystem
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Sat, 2 Jun 2012 21:44:57 +0000 (23:44 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Sat, 2 Jun 2012 21:44:57 +0000 (23:44 +0200)
software/include/hw/mem.h

index f189718bd3e32116df7d7d698c7598d9196393e8..2298a4ea1a4b88d00510521e2bd1ac9015c44aa9 100644 (file)
@@ -9,7 +9,9 @@
 
 #define FLASH_OFFSET_REGULAR_BITSTREAM 0x006E0000 /* 1536k */
 #define FLASH_OFFSET_REGULAR_BIOS      0x00860000 /* 128k */
-#define FLASH_OFFSET_REGULAR_APP       0x00880000 /* remaining space (24064k) */
+#define FLASH_OFFSET_REGULAR_APP       0x00880000 /* 4736k */
+
+#define FLASH_OFFSET_FILESYSTEM                0x00D20000 /* 19328k (remaining space) */
 
 #define FLASH_OFFSET_MAC_ADDRESS       0x002200E0 /* within rescue BIOS */