]> Git Repo - u-boot.git/commit
fdt: Build an SPL binary without device tree
authorSimon Glass <[email protected]>
Mon, 1 Feb 2016 01:10:51 +0000 (18:10 -0700)
committerTom Rini <[email protected]>
Tue, 2 Feb 2016 01:55:38 +0000 (20:55 -0500)
commit03c25bcd263a47322294654b5e97f360f666ef17
tree112b6a074016c571097f8e2a1f22cd3c52236f6e
parentad1ecd2063dae55ccfca994a7c9fdec2462b18ab
fdt: Build an SPL binary without device tree

At present u-boot-spl.bin holds the plain SPL binary without the device
tree. This is somewhat annoying since you need either u-boot-spl.bin or
u-boot-spl-dtb.bin depending on whether device tree is used.

Adjust the build such that u-boot-spl.bin includes a device tree
(if enabled), and the plain binary is in u-boot-spl-nodtb.bin. For now
u-boot-spl-dtb.bin remains the same.

Tested-by: Stephen Warren <[email protected]>
Reviewed-by: Stephen Warren <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
scripts/Makefile.spl
This page took 0.033028 seconds and 4 git commands to generate.