X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2FVOM405.h;h=76016ac82f0e38fe916bc7d4e2af12bb40f91ac6;hb=14d0a02a168b36e87665b8d7f42fa3e88263d26d;hp=a88b41a96921151eff60169ecaa85f23cdb7d90d;hpb=d24f2d321d8e78e990d100000d8efc4845c78b1c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/VOM405.h b/include/configs/VOM405.h index a88b41a..76016ac 100644 --- a/include/configs/VOM405.h +++ b/include/configs/VOM405.h @@ -183,8 +183,8 @@ */ #define CONFIG_SYS_SDRAM_BASE 0x00000000 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_MONITOR_BASE -#define CONFIG_SYS_MONITOR_BASE TEXT_BASE -#define CONFIG_SYS_MONITOR_LEN (~(TEXT_BASE) + 1) +#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE +#define CONFIG_SYS_MONITOR_LEN (~(CONFIG_SYS_TEXT_BASE) + 1) #define CONFIG_SYS_MALLOC_LEN (256 * 1024) #if (CONFIG_SYS_MONITOR_BASE < FLASH_BASE0_PRELIM)