summaryrefslogtreecommitdiffstats
path: root/board/logicpd/imx27lite/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/logicpd/imx27lite/config.mk')
-rw-r--r--board/logicpd/imx27lite/config.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/board/logicpd/imx27lite/config.mk b/board/logicpd/imx27lite/config.mk
index af1c82b6c2..018d9207e0 100644
--- a/board/logicpd/imx27lite/config.mk
+++ b/board/logicpd/imx27lite/config.mk
@@ -1,4 +1,5 @@
-# with relocation TEXT_BASE can be anything, and making it 0
+# with relocation CONFIG_SYS_TEXT_BASE can be anything, and making it 0
# makes relative and absolute relocation fixups interchangeable.
-#TEXT_BASE = 0
-TEXT_BASE = 0xc0000000
+#CONFIG_SYS_TEXT_BASE = 0
+
+CONFIG_SYS_TEXT_BASE = 0xc0000000
OpenPOWER on IntegriCloud