summaryrefslogtreecommitdiffstats
path: root/board/amcc/canyonlands/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/canyonlands/config.mk')
-rw-r--r--board/amcc/canyonlands/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/canyonlands/config.mk b/board/amcc/canyonlands/config.mk
index 3d6a6085c9..9dd9c4bf8f 100644
--- a/board/amcc/canyonlands/config.mk
+++ b/board/amcc/canyonlands/config.mk
@@ -26,8 +26,8 @@
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
-ifndef TEXT_BASE
-TEXT_BASE = 0xFFF80000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xFFF80000
endif
PLATFORM_CPPFLAGS += -DCONFIG_440=1
OpenPOWER on IntegriCloud