diff options
| author | Markus Klotzbuecher <[email protected]> | 2006-03-29 17:59:20 +0200 |
|---|---|---|
| committer | Markus Klotzb�cher <[email protected]> | 2006-03-29 17:59:20 +0200 |
| commit | eeaab720f66f0281b9a1ea3c1f8765bf34e4411e (patch) | |
| tree | ece6d1464597fa52a327e1f4eb16bb61dbc0666c /board | |
| parent | 89f2dfa4c349ae3b040779ac0ab1c9baa1ef025d (diff) | |
Change delta board memory map to start at 0x80000000.
Diffstat (limited to 'board')
| -rw-r--r-- | board/delta/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/delta/config.mk b/board/delta/config.mk index 9564625478e..c72e956524e 100644 --- a/board/delta/config.mk +++ b/board/delta/config.mk @@ -2,7 +2,7 @@ #TEXT_BASE = 0xa1700000 #TEXT_BASE = 0xa3080000 #TEXT_BASE = 0x9ffe0000 -TEXT_BASE = 0xa3008000 +TEXT_BASE = 0x83008000 # Compile the new NAND code (needed iff #ifdef CONFIG_NEW_NAND_CODE) BOARDLIBS = drivers/nand/libnand.a |
