summaryrefslogtreecommitdiff
path: root/include/configs/dbau1x00.h
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2016-05-17 10:56:39 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-25 23:34:13 (GMT)
commitec35e12331512cf5ed0f22005d7b6fb4ccc35969 (patch)
tree036188d9be0fe471d1de14c4ef21a16752e38d83 /include/configs/dbau1x00.h
parent6242aa137427f6da6ca47e7a8c9a9f78ad63e00d (diff)
downloadu-boot-ec35e12331512cf5ed0f22005d7b6fb4ccc35969.tar.xz
MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig
Move CONFIG_SYS_TEXT_BASE to Kconfig, and add default values in board Kconfig files matching what was present in their config headers. This will make it cleaner to conditionalise the value for Malta based on 32 vs 64 bit builds. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'include/configs/dbau1x00.h')
-rw-r--r--include/configs/dbau1x00.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h
index eb0a87c..68d9e36 100644
--- a/include/configs/dbau1x00.h
+++ b/include/configs/dbau1x00.h
@@ -139,12 +139,6 @@
#define CONFIG_SYS_FLASH_CFI 1
#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)