summaryrefslogtreecommitdiff
path: root/board/sbc8548/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/sbc8548/config.mk')
-rw-r--r--board/sbc8548/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sbc8548/config.mk b/board/sbc8548/config.mk
index b2013d6679..df6f92c8ab 100644
--- a/board/sbc8548/config.mk
+++ b/board/sbc8548/config.mk
@@ -23,6 +23,6 @@
#
# sbc8548 board
#
-ifndef TEXT_BASE
-TEXT_BASE = 0xfffa0000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xfffa0000
endif