]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/MPC8360ERDK.h
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / include / configs / MPC8360ERDK.h
index fc53ecc67a11c73d641628960c2f61d2b5d7acd3..680e329d03d7a3ff348688cd644e8e9070a69896 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_FLASH_BASE          0xFF800000 /* FLASH base address */
 
 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)