From e020c88a3cd7018112af18a7d3f73fca8a3beb1e Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 31 Jul 2015 09:31:23 -0600 Subject: Allow objcopy to work without filling gaps with 0xff This is currently done for all targets, since 0xff is the default erased value for most flash devices. In some cases this is not what we want (e.g. for EFI images) so provide a command to do a vanilla objcopy. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- config.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 6282919482..b77d58903c 100644 --- a/config.mk +++ b/config.mk @@ -73,8 +73,6 @@ endif RELFLAGS := $(PLATFORM_RELFLAGS) -OBJCOPYFLAGS += --gap-fill=0xff - PLATFORM_CPPFLAGS += $(RELFLAGS) PLATFORM_CPPFLAGS += -pipe -- cgit v1.2.1