summaryrefslogtreecommitdiff
path: root/board/micronas
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 /board/micronas
parentb766476df09b10c244bcf6f35a667d44f618a561 (diff)
downloadu-boot-fsl-qoriq-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 'board/micronas')
-rw-r--r--board/micronas/vct/config.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/board/micronas/vct/config.mk b/board/micronas/vct/config.mk
deleted file mode 100644
index 354d918..0000000
--- a/board/micronas/vct/config.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-#
-# vct_xxx boards with MIPS 4Kc CPU core
-#
-
-ifndef CONFIG_SYS_TEXT_BASE
-CONFIG_SYS_TEXT_BASE = 0x87000000
-endif