Skip to content
Snippets Groups Projects
Commit d67a5775 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarStefan Roese <sr@denx.de>
parent 5ba0b488
No related branches found
No related tags found
No related merge requests found
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
# AMCC 440SPe Reference Platform (yucca) board # 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 PLATFORM_CPPFLAGS += -DCONFIG_440=1
ifeq ($(debug),1) ifeq ($(debug),1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment