diff options
Diffstat (limited to 'board/lpc2292sodimm/config.mk')
-rw-r--r-- | board/lpc2292sodimm/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/lpc2292sodimm/config.mk b/board/lpc2292sodimm/config.mk index b28f418df7b..48917928e15 100644 --- a/board/lpc2292sodimm/config.mk +++ b/board/lpc2292sodimm/config.mk @@ -26,5 +26,5 @@ # #address where u-boot will be relocated -#TEXT_BASE = 0x0 -TEXT_BASE = 0x81500000 +#CONFIG_SYS_TEXT_BASE = 0x0 +CONFIG_SYS_TEXT_BASE = 0x81500000 |