summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1046ardb.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2021-05-06 18:01:39 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2021-05-11 09:27:47 -0300
commit03f63f44246b8e62f85dcad86c1afec92ceb8c08 (patch)
tree81cf7e8d930a202e224832a3e958621ab782dd8b /conf/machine/ls1046ardb.conf
parentc92ae656d6a97abec488b05057a0b25b2020a221 (diff)
downloadmeta-freescale-03f63f44246b8e62f85dcad86c1afec92ceb8c08.tar.gz
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>
Diffstat (limited to 'conf/machine/ls1046ardb.conf')
-rw-r--r--conf/machine/ls1046ardb.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf
index c74f2578..97fb1e29 100644
--- a/conf/machine/ls1046ardb.conf
+++ b/conf/machine/ls1046ardb.conf
@@ -18,8 +18,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 18UBOOT_ENTRYPOINT = "0x80080000"
19 19
20UBOOT_CONFIG ??= "tfa-secure-boot tfa" 20UBOOT_CONFIG ??= "tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa] = "ls1046ardb_tfa_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[tfa] = "ls1046ardb_tfa_defconfig"
22UBOOT_CONFIG[tfa-secure-boot] = "ls1046ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa-secure-boot] = "ls1046ardb_tfa_SECURE_BOOT_defconfig"
23 23
24KERNEL_DEVICETREE ?= "\ 24KERNEL_DEVICETREE ?= "\
25 freescale/fsl-ls1046a-rdb.dtb \ 25 freescale/fsl-ls1046a-rdb.dtb \