summaryrefslogtreecommitdiffstats
path: root/board/karo/tx25
diff options
context:
space:
mode:
Diffstat (limited to 'board/karo/tx25')
-rw-r--r--board/karo/tx25/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/karo/tx25/config.mk b/board/karo/tx25/config.mk
index 8be6466b5a..18b288392c 100644
--- a/board/karo/tx25/config.mk
+++ b/board/karo/tx25/config.mk
@@ -1,5 +1,5 @@
ifdef CONFIG_NAND_SPL
-TEXT_BASE = 0x810c0000
+CONFIG_SYS_TEXT_BASE = 0x810c0000
else
-TEXT_BASE = 0x81200000
+CONFIG_SYS_TEXT_BASE = 0x81200000
endif
OpenPOWER on IntegriCloud