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 <yamada.masahiro@socionext.com>
Acked-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
master
Masahiro Yamada 9 years ago committed by Tom Rini
parent 614fc893e9
commit 9a893d245f
  1. 16
      board/dbau1x00/config.mk
  2. 5
      include/configs/dbau1x00.h

@ -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

@ -147,6 +147,11 @@
#define CONFIG_FLASH_CFI_DRIVER 1
/* The following #defines are needed to get flash environment right */
/* ROM version */
#define CONFIG_SYS_TEXT_BASE 0xbfc00000
/* RAM version */
/* #define CONFIG_SYS_TEXT_BASE 0x80100000 */
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_MONITOR_LEN (192 << 10)

Loading…
Cancel
Save