]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/configs/M52277EVB.h
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[thirdparty/u-boot.git] / include / configs / M52277EVB.h
index 6c6b5d6d571965bacb929fd13ffc517e6cdd8548..887bd635d6ad958b770aceaa25daaa5c3dfc872d 100644 (file)
 #define CONFIG_SYS_MEMTEST_END         ((CONFIG_SYS_SDRAM_SIZE - 3) << 20)
 
 #ifdef CONFIG_CF_SBF
-#      define CONFIG_SYS_MONITOR_BASE  (TEXT_BASE + 0x400)
+#      define CONFIG_SYS_MONITOR_BASE  (CONFIG_SYS_TEXT_BASE + 0x400)
 #else
 #      define CONFIG_SYS_MONITOR_BASE  (CONFIG_SYS_FLASH_BASE + 0x400)
 #endif