summaryrefslogtreecommitdiffstats
path: root/board/utx8245/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/utx8245/config.mk')
-rw-r--r--board/utx8245/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/utx8245/config.mk b/board/utx8245/config.mk
index a33faa7424..a3d30a79d1 100644
--- a/board/utx8245/config.mk
+++ b/board/utx8245/config.mk
@@ -29,5 +29,5 @@
#
# UTX8245 boards
#
-TEXT_BASE = 0xFFF00000
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE)
+CONFIG_SYS_TEXT_BASE = 0xFFF00000
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
OpenPOWER on IntegriCloud