]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ZPC1900.h
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[u-boot] / include / configs / ZPC1900.h
index 8ae765c7c330571ac6978f1bbd2eb07d7e2d309d..d0dc067c709efde928eb6e7919e987dd7a0b55f6 100644 (file)
 #define BOOTFLAG_COLD          0x01    /* Normal Power-On: Boot from FLASH */
 #define BOOTFLAG_WARM          0x02    /* Software reboot                  */
 
-#define CONFIG_SYS_MONITOR_BASE        TEXT_BASE
+#define CONFIG_SYS_MONITOR_BASE        CONFIG_SYS_TEXT_BASE
 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
 #define CONFIG_SYS_RAMBOOT
 #endif