[U-Boot] [PATCH v2 06/47] Allow objcopy to work without filling gaps with 0xff
Simon Glass
sjg at chromium.org
Mon Aug 3 01:37:13 CEST 2015
On 31 July 2015 at 09:31, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
> Makefile | 8 +++++++-
> config.mk | 2 --
> 2 files changed, 7 insertions(+), 3 deletions(-)
Applied to u-boot-x86.
More information about the U-Boot
mailing list