]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/TOP860.h
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[karo-tx-uboot.git] / include / configs / TOP860.h
index b9e450df67b78ebcce859cfc36c9aae12cc21787..4bbd42aff42756b767f2900440abe224403c69f3 100644 (file)
  * adresses
  */
 #define CONFIG_SYS_MONITOR_LEN         (256 << 10)     /* Reserve 256 kB for Monitor   */
-#define CONFIG_SYS_MONITOR_BASE        TEXT_BASE
+#define CONFIG_SYS_MONITOR_BASE        CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_MALLOC_LEN          (128 << 10)     /* Reserve 128 kB for malloc()  */
 
 /*-----------------------------------------------------------------------