mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk
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>
This commit is contained in:
parent
5ba0b4885f
commit
d67a577512
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue