projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ba0b48
)
powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 11 Dec 2015 03:22:30 +0000
(12:22 +0900)
committer
Tom Rini
<trini@konsulko.com>
Wed, 20 Jan 2016 15:19:36 +0000
(10:19 -0500)
The include/configs/yucca.h already has the same define:
#define CONFIG_SYS_TEXT_BASE 0xfffb0000
Remove the redundant one from board/amcc/yucca/config.mk.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Stefan Roese <sr@denx.de>
board/amcc/yucca/config.mk
patch
|
blob
|
history
diff --git
a/board/amcc/yucca/config.mk
b/board/amcc/yucca/config.mk
index 05a4162dbcbf0f762b38a6d96737013b2b8e4296..53d3f34692d4e5521294bbc268a26c28e68ae110 100644
(file)
--- a/
board/amcc/yucca/config.mk
+++ b/
board/amcc/yucca/config.mk
@@
-9,12
+9,6
@@
# AMCC 440SPe Reference Platform (yucca) board
#
-ifeq ($(ramsym),1)
-CONFIG_SYS_TEXT_BASE = 0x07FD0000
-else
-CONFIG_SYS_TEXT_BASE = 0xfffb0000
-endif
-
PLATFORM_CPPFLAGS += -DCONFIG_440=1
ifeq ($(debug),1)