From: Masahiro Yamada Date: Fri, 11 Dec 2015 03:22:30 +0000 (+0900) Subject: powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk X-Git-Tag: v2016.03-rc1~260 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d67a5775123990c85381289df2d3b9d9c614fcd3;p=u-boot 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 Acked-by: Stefan Roese --- diff --git a/board/amcc/yucca/config.mk b/board/amcc/yucca/config.mk index 05a4162dbc..53d3f34692 100644 --- 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)