diff options
Diffstat (limited to 'board/ml2/config.mk')
-rw-r--r-- | board/ml2/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ml2/config.mk b/board/ml2/config.mk index 5e0bdae91b7..77e81e2c933 100644 --- a/board/ml2/config.mk +++ b/board/ml2/config.mk @@ -25,8 +25,8 @@ # esd ADCIOP boards # -#TEXT_BASE = 0xFFFE0000 -TEXT_BASE = 0x18000000 +#CONFIG_SYS_TEXT_BASE = 0xFFFE0000 +CONFIG_SYS_TEXT_BASE = 0x18000000 # Use board specific linker script LDSCRIPT := $(SRCTREE)/board/ml2/u-boot.lds |