diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-21 05:59:52 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-31 10:29:40 -0200 |
commit | 677aa859a7da80cebc5fc461461d03a92ba5db32 (patch) | |
tree | f9ae75b6698c579add0c23541e601e4b64884139 /conf/machine/ls1012ardb.conf | |
parent | 8ca3647a32841fc72cf097de933cb188e39b51db (diff) | |
download | meta-freescale-677aa859a7da80cebc5fc461461d03a92ba5db32.tar.gz |
Remove .bin sufix from RCW in machine config
* support _sben suffix RCW
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1012ardb.conf')
-rw-r--r-- | conf/machine/ls1012ardb.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf index f05507d7..85b01af6 100644 --- a/conf/machine/ls1012ardb.conf +++ b/conf/machine/ls1012ardb.conf | |||
@@ -20,7 +20,8 @@ UBOOT_CONFIG ??= "tfa-secure-boot tfa" | |||
20 | UBOOT_CONFIG[tfa] = "ls1012ardb_tfa_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[tfa] = "ls1012ardb_tfa_defconfig,,u-boot-dtb.bin" |
21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
22 | 22 | ||
23 | RCWQSPI ?= "R_SPNH_3508/rcw_1000_default.bin" | 23 | RCWQSPI ?= "R_SPNH_3508/rcw_1000" |
24 | RCWQSPISEC ?= "R_SPNH_3508/rcw_1000" | ||
24 | 25 | ||
25 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb" | 26 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb" |
26 | KERNEL_DEFCONFIG ?= "defconfig" | 27 | KERNEL_DEFCONFIG ?= "defconfig" |