diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-12-11 12:22:29 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-20 10:19:36 -0500 |
commit | 5ba0b4885fb5f3bf7557f23f735ac1b776dca013 (patch) | |
tree | 3cfa19864a1aff6ea448757c60bffc1c0edaaba9 /board | |
parent | 9a893d245f0ca68e47960627e6602fdda86f021b (diff) | |
download | talos-obmc-uboot-5ba0b4885fb5f3bf7557f23f735ac1b776dca013.tar.gz talos-obmc-uboot-5ba0b4885fb5f3bf7557f23f735ac1b776dca013.zip |
mips: pb1x00: move CONFIG_SYS_TEXT_BASE away from config.mk
We can delete board/pb1x00/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')
-rw-r--r-- | board/pb1x00/config.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/board/pb1x00/config.mk b/board/pb1x00/config.mk deleted file mode 100644 index 8f13301159..0000000000 --- a/board/pb1x00/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 Pb1x00, MIPS32 core -# - -# ROM version -#CONFIG_SYS_TEXT_BASE = 0xbfc00000 - -# SDRAM version -CONFIG_SYS_TEXT_BASE = 0x83800000 |