summaryrefslogtreecommitdiff
path: root/include/configs/vct.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-12-11 03:22:27 (GMT)
committerTom Rini <trini@konsulko.com>2016-01-20 15:19:35 (GMT)
commit614fc893e9d22b474cdd826cae9b754bb0fa8968 (patch)
tree4d5a208c737f68f74be2dd69d90bf6e26d3cb790 /include/configs/vct.h
parentb766476df09b10c244bcf6f35a667d44f618a561 (diff)
downloadu-boot-614fc893e9d22b474cdd826cae9b754bb0fa8968.tar.xz
mips: vct: move CONFIG_SYS_TEXT_BASE away from config.mk
We can delete board/micronas/vct/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/vct.h')
-rw-r--r--include/configs/vct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/vct.h b/include/configs/vct.h
index 872f2f0..ea6e3c0 100644
--- a/include/configs/vct.h
+++ b/include/configs/vct.h
@@ -32,6 +32,7 @@
#define CONFIG_SKIP_LOWLEVEL_INIT /* SDRAM is initialized by the bootstrap code */
+#define CONFIG_SYS_TEXT_BASE 0x87000000
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_MONITOR_LEN (256 << 10)
#define CONFIG_SYS_MALLOC_LEN (1 << 20)