From 9a893d245f0ca68e47960627e6602fdda86f021b Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 11 Dec 2015 12:22:28 +0900 Subject: 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 Acked-by: Daniel Schwierzeck --- board/dbau1x00/config.mk | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 board/dbau1x00/config.mk (limited to 'board') diff --git a/board/dbau1x00/config.mk b/board/dbau1x00/config.mk deleted file mode 100644 index b378ac8..0000000 --- a/board/dbau1x00/config.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -# (C) Copyright 2003 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -# -# AMD development board AMD Alchemy DbAu1x00, MIPS32 core -# - -# ROM version -CONFIG_SYS_TEXT_BASE = 0xbfc00000 - -# RAM version -#CONFIG_SYS_TEXT_BASE = 0x80100000 -- cgit v1.1