summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-31 15:31:23 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-05 14:42:40 (GMT)
commite020c88a3cd7018112af18a7d3f73fca8a3beb1e (patch)
treed13154c05a6cd6663fc6dd28b2b715a27cdae597 /config.mk
parent5efa28139cac60683387415df479f6413988aa65 (diff)
downloadu-boot-fsl-qoriq-e020c88a3cd7018112af18a7d3f73fca8a3beb1e.tar.xz
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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 6282919..b77d589 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