aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/mpc8349itx/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc8349itx/config.mk')
-rw-r--r--board/freescale/mpc8349itx/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mpc8349itx/config.mk b/board/freescale/mpc8349itx/config.mk
index 61b6a9015..6b44e1152 100644
--- a/board/freescale/mpc8349itx/config.mk
+++ b/board/freescale/mpc8349itx/config.mk
@@ -26,6 +26,6 @@
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
-ifndef TEXT_BASE
-TEXT_BASE = 0xFEF00000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xFEF00000
endif