From 614fc893e9d22b474cdd826cae9b754bb0fa8968 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 11 Dec 2015 12:22:27 +0900 Subject: 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 Acked-by: Daniel Schwierzeck --- board/micronas/vct/config.mk | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 board/micronas/vct/config.mk (limited to 'board/micronas') diff --git a/board/micronas/vct/config.mk b/board/micronas/vct/config.mk deleted file mode 100644 index 354d918474..0000000000 --- a/board/micronas/vct/config.mk +++ /dev/null @@ -1,13 +0,0 @@ -# -# (C) Copyright 2008 Stefan Roese , 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 -- cgit v1.2.1