]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mips: vct: move CONFIG_SYS_TEXT_BASE away from config.mk
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 11 Dec 2015 03:22:27 +0000 (12:22 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 20 Jan 2016 15:19:35 +0000 (10:19 -0500)
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>
board/micronas/vct/config.mk [deleted file]
include/configs/vct.h

diff --git a/board/micronas/vct/config.mk b/board/micronas/vct/config.mk
deleted file mode 100644 (file)
index 354d918..0000000
+++ /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
index 872f2f0c99f898a9a99269170e2196f877e062db..ea6e3c0d0f0f0f95912ca4d45fcf6d78d2089b96 100644 (file)
@@ -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)