]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:51 +0000 (08:00 +0200)
commit04aad3893bec16934972ab7a9662ee85aa530ad6
tree9438bbe6d4644d14a3e4d6a945352ff904b4b130
parentf0b8b24affae22bf9fb324df4cbf6fff48b6c266
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