diff options
Diffstat (limited to 'board/mbx8xx/config.mk')
-rw-r--r-- | board/mbx8xx/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/mbx8xx/config.mk b/board/mbx8xx/config.mk index d5e8ed2..e984ecd 100644 --- a/board/mbx8xx/config.mk +++ b/board/mbx8xx/config.mk @@ -29,5 +29,5 @@ # MBX8xx boards # -TEXT_BASE = 0xfe000000 -/*TEXT_BASE = 0x00200000 */ +CONFIG_SYS_TEXT_BASE = 0xfe000000 +/*CONFIG_SYS_TEXT_BASE = 0x00200000 */ |