From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 11 Dec 2015 05:04:54 +0100 Subject: [U-Boot] [PATCH 7/8] powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk In-Reply-To: <1449804151-12707-8-git-send-email-yamada.masahiro@socionext.com> References: <1449804151-12707-1-git-send-email-yamada.masahiro@socionext.com> <1449804151-12707-8-git-send-email-yamada.masahiro@socionext.com> Message-ID: <566A4B66.7090206@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11.12.2015 04:22, Masahiro Yamada wrote: > 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 > --- > > board/amcc/yucca/config.mk | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/board/amcc/yucca/config.mk b/board/amcc/yucca/config.mk > index 05a4162..53d3f34 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) > Acked-by: Stefan Roese Thanks, Stefan