]> git.ipfire.org Git - people/ms/u-boot.git/commit - scripts/Makefile.spl
spl: Don't create a BSS padding when it is separate
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:03:34 +0000 (07:03 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commit0ec28e026606fa579e9c8639f82843fb6a60337a
treec281d53b48482158daf2b26840509cf032d4f3ba
parentbbe41abf7f0e4362dbadb2928489923db101691f
spl: Don't create a BSS padding when it is separate

When BSS does not immediate follow the SPL image we don't need padding
before the device tree. Remove it in this case.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
scripts/Makefile.spl