Skip to content

Commit

Permalink
software/include/hw: add flash offset for filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jun 2, 2012
1 parent 964dc80 commit 674b3f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion software/include/hw/mem.h
Expand Up @@ -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 */

Expand Down

0 comments on commit 674b3f1

Please sign in to comment.