]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/dave/PPChameleonEVB/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / dave / PPChameleonEVB / config.mk
index 9083aacfabf049bf03cbc5f2b7121abb04e2b892..d47a232efba2b109070580446883ef6f923d6da1 100644 (file)
@@ -22,7 +22,7 @@
 #
 
 # Reserve 256 kB for Monitor
-#TEXT_BASE = 0xFFFC0000
+#CONFIG_SYS_TEXT_BASE = 0xFFFC0000
 
 # Reserve 320 kB for Monitor
-TEXT_BASE = 0xFFFB0000
+CONFIG_SYS_TEXT_BASE = 0xFFFB0000