diff options
Diffstat (limited to 'include/configs/ZPC1900.h')
-rw-r--r-- | include/configs/ZPC1900.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ZPC1900.h b/include/configs/ZPC1900.h index 8ae765c7c33..d0dc067c709 100644 --- a/include/configs/ZPC1900.h +++ b/include/configs/ZPC1900.h @@ -215,7 +215,7 @@ #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 |