]> code.ossystems Code Review - meta-freescale.git/commit
layerscape: not set u-boot-dtb.bin in UBOOT_CONFIG
authorTing Liu <ting.liu@nxp.com>
Thu, 6 May 2021 10:01:39 +0000 (18:01 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 May 2021 14:17:54 +0000 (11:17 -0300)
commit80dbe4bd63bd537fc9cfda2e009f8543464b4698
tree0a755028c7ff2bdfc94d87945ec45270a04a8599
parent21594e7ffe2c9dc0b5a3c6519fd93784740be4c6
layerscape: not set u-boot-dtb.bin in UBOOT_CONFIG

The u-boot binary name is u-boot-fit-dtb.bin if CONFIG_MULTI_DTB_FIT is
set. Below build error appears due to no u-boot-dtb.bin generated:
| cp: cannot stat '.../u-boot-dtb.bin': No such file or directory
| WARNING: exit code 1 from a shell command.

Regardless of CONFIG_OF_SEPARATE or CONFIG_MULTI_DTB_FIT being set, the
binary is copied as u-boot.bin which is used in uboot-config.bbclass by
default.

Not set u-boot-dtb.bin in UBOOT_CONFIG, just use the default u-boot.bin.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
(cherry picked from commit 03f63f44246b8e62f85dcad86c1afec92ceb8c08)
13 files changed:
conf/machine/ls1012afrwy.conf
conf/machine/ls1012ardb.conf
conf/machine/ls1021atwr.conf
conf/machine/ls1028ardb.conf
conf/machine/ls1043ardb.conf
conf/machine/ls1046afrwy.conf
conf/machine/ls1046ardb.conf
conf/machine/ls1088ardb-pb.conf
conf/machine/ls1088ardb.conf
conf/machine/ls2080ardb.conf
conf/machine/ls2088ardb.conf
conf/machine/lx2160ardb.conf
conf/machine/lx2162aqds.conf