Lines Matching refs:CONFIG_SYS_TEXT_BASE
47 #ifndef CONFIG_SYS_TEXT_BASE
49 #define CONFIG_SYS_TEXT_BASE 0xfff00000 macro
51 #define CONFIG_SYS_TEXT_BASE 0xfffa0000 macro
257 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
394 #define CONFIG_SYS_MONITOR_LEN (~CONFIG_SYS_TEXT_BASE + 1)
488 #if CONFIG_SYS_TEXT_BASE == 0xfff00000 /* Boot from 64MB SODIMM */
491 #elif CONFIG_SYS_TEXT_BASE == 0xfffa0000 /* Boot from 8MB soldered flash */
555 "protect off " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
556 "erase " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
557 "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) " $filesize; " \
558 "protect on " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
559 "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) " $filesize\0" \