]> git.sur5r.net Git - u-boot/blobdiff - include/configs/dbau1x00.h
mips: dbau1x00: move CONFIG_SYS_TEXT_BASE away from config.mk
[u-boot] / include / configs / dbau1x00.h
index 3be44d40868b123ce90eb790cd148c5f834193ed..817676f182209879b800f11793a1f4254b7b11bf 100644 (file)
 #define CONFIG_FLASH_CFI_DRIVER    1
 
 /* The following #defines are needed to get flash environment right */
+/* ROM version */
+#define CONFIG_SYS_TEXT_BASE           0xbfc00000
+/* RAM version */
+/* #define CONFIG_SYS_TEXT_BASE                0x80100000 */
+
 #define        CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
 #define        CONFIG_SYS_MONITOR_LEN          (192 << 10)