aboutsummaryrefslogtreecommitdiff
path: root/board/espt/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/espt/config.mk')
-rw-r--r--board/espt/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/espt/config.mk b/board/espt/config.mk
index 006b4326f..21b51de76 100644
--- a/board/espt/config.mk
+++ b/board/espt/config.mk
@@ -1,9 +1,9 @@
#
# board/espt/config.mk
#
-# TEXT_BASE refers to image _after_ relocation.
+# CONFIG_SYS_TEXT_BASE refers to image _after_ relocation.
#
# NOTE: Must match value used in u-boot.lds (in this directory).
#
-TEXT_BASE = 0x8FFC0000
+CONFIG_SYS_TEXT_BASE = 0x8FFC0000