software/include/hw: add flash offset for filesystem

This commit is contained in:
Sebastien Bourdeauducq 2012-06-02 23:44:57 +02:00
parent 964dc8050c
commit 674b3f1a8c
1 changed files with 3 additions and 1 deletions

View 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 */