]> git.ipfire.org Git - people/ms/u-boot.git/commit
Allow objcopy to work without filling gaps with 0xff
authorSimon Glass <sjg@chromium.org>
Fri, 31 Jul 2015 15:31:23 +0000 (09:31 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Aug 2015 14:42:40 +0000 (08:42 -0600)
commite020c88a3cd7018112af18a7d3f73fca8a3beb1e
treed13154c05a6cd6663fc6dd28b2b715a27cdae597
parent5efa28139cac60683387415df479f6413988aa65
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>
Makefile
config.mk