From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 11 Dec 2015 05:05:17 +0100 Subject: [U-Boot] [PATCH 8/8] kbuild: drop workaround for old style CONFIG_SYS_TEXT_BASE defines In-Reply-To: <1449804151-12707-9-git-send-email-yamada.masahiro@socionext.com> References: <1449804151-12707-1-git-send-email-yamada.masahiro@socionext.com> <1449804151-12707-9-git-send-email-yamada.masahiro@socionext.com> Message-ID: <566A4B7D.1070707@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: > Now, there is no board defining CONFIG_SYS_TEXT_BASE by its config.mk, > so this workaround is no longer needed. > > Signed-off-by: Masahiro Yamada > --- > > Makefile | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/Makefile b/Makefile > index 028f0be..1b18300 100644 > --- a/Makefile > +++ b/Makefile > @@ -591,12 +591,6 @@ endif > # Prohibit date/time macros, which would make the build non-deterministic > KBUILD_CFLAGS += $(call cc-option,-Werror=date-time) > > -ifneq ($(CONFIG_SYS_TEXT_BASE),) > -KBUILD_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) > -endif > - > -export CONFIG_SYS_TEXT_BASE > - > include scripts/Makefile.extrawarn > > # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments > Acked-by: Stefan Roese Thanks, Stefan