]> Git Repo - J-u-boot.git/commit
kbuild: Do not append dtb for OF_EMBED case
authorMichal Simek <[email protected]>
Thu, 28 Apr 2016 07:08:18 +0000 (09:08 +0200)
committerTom Rini <[email protected]>
Mon, 2 May 2016 22:37:11 +0000 (18:37 -0400)
commitfd2d1e0d47d585eac936a7239eb2bdad7e07a8cc
tree15781cb5bfba79b2f569c222b4e3db7ef6664148
parent4c1dc1a90fb60c2e5f28351b6ff2ae187dc587ef
kbuild: Do not append dtb for OF_EMBED case

dtb is already included in binary that's why there is no need to replace
u-boot-spl.bin with u-boot-spl-dtb.bin. This is only needed for
OF_SEPARATE is enabled. Only copy -nodtb.bin version which is straight
output from objcopy -O binary.

Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Masahiro Yamada <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
scripts/Makefile.spl
This page took 0.034129 seconds and 4 git commands to generate.