summaryrefslogtreecommitdiffstats
path: root/include/configs/dbau1x00.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-12-11 12:22:28 +0900
committerTom Rini <trini@konsulko.com>2016-01-20 10:19:35 -0500
commit9a893d245f0ca68e47960627e6602fdda86f021b (patch)
treef2ef2e6b67c5532a551fd1ea58fcb048c1a8e727 /include/configs/dbau1x00.h
parent614fc893e9d22b474cdd826cae9b754bb0fa8968 (diff)
downloadtalos-obmc-uboot-9a893d245f0ca68e47960627e6602fdda86f021b.tar.gz
talos-obmc-uboot-9a893d245f0ca68e47960627e6602fdda86f021b.zip
mips: dbau1x00: move CONFIG_SYS_TEXT_BASE away from config.mk
We can delete board/dbau1x00/config.mk by moving the define of CONFIG_SYS_TEXT_BASE to somewhere else. Other MIPS boards are still defining it in include/config/${BOARD}.h, so I am following that way here. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'include/configs/dbau1x00.h')
-rw-r--r--include/configs/dbau1x00.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h
index 3be44d4086..817676f182 100644
--- a/include/configs/dbau1x00.h
+++ b/include/configs/dbau1x00.h
@@ -147,6 +147,11 @@
#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)
OpenPOWER on IntegriCloud