diff options
| author | Ting Liu <ting.liu@nxp.com> | 2021-05-06 18:01:39 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-05-11 09:27:47 -0300 |
| commit | 03f63f44246b8e62f85dcad86c1afec92ceb8c08 (patch) | |
| tree | 81cf7e8d930a202e224832a3e958621ab782dd8b /conf/machine/ls1021atwr.conf | |
| parent | c92ae656d6a97abec488b05057a0b25b2020a221 (diff) | |
| download | meta-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/ls1021atwr.conf')
| -rw-r--r-- | conf/machine/ls1021atwr.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index aa0f0943c..e4bfb79c3 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf | |||
| @@ -15,12 +15,12 @@ MACHINE_FEATURES += "optee" | |||
| 15 | DEFAULTTUNE = "cortexa7hf-neon" | 15 | DEFAULTTUNE = "cortexa7hf-neon" |
| 16 | 16 | ||
| 17 | UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" | 17 | UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" |
| 18 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig,,u-boot-dtb.bin" | 18 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig" |
| 19 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_defconfig,,u-boot-with-spl-pbl.bin" | 19 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_defconfig,,u-boot-with-spl-pbl.bin" |
| 20 | UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_defconfig,,u-boot-with-spl-pbl.bin" | 20 | UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_defconfig,,u-boot-with-spl-pbl.bin" |
| 21 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_defconfig" |
| 22 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_defconfig" |
| 23 | UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 23 | UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_defconfig" |
| 24 | UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | 24 | UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" |
| 25 | 25 | ||
| 26 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" | 26 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" |
