]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/MPC8308RDB.h
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / include / configs / MPC8308RDB.h
index 13142719da8a47329adb2e1ed1e5e336ef75e933..b717c1bbef726926f3bc2a1fa280c997c8e8534c 100644 (file)
 /*
  * The reserved memory
  */
-#define CONFIG_SYS_MONITOR_BASE        TEXT_BASE /* start of monitor */
+#define CONFIG_SYS_MONITOR_BASE        CONFIG_SYS_TEXT_BASE /* start of monitor */
 
 #define CONFIG_SYS_MONITOR_LEN (384 * 1024) /* Reserve 384 kB for Mon */
 #define CONFIG_SYS_MALLOC_LEN  (512 * 1024) /* Reserved for malloc */