summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1043ardb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-21 05:59:52 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-31 10:29:40 -0200
commit677aa859a7da80cebc5fc461461d03a92ba5db32 (patch)
treef9ae75b6698c579add0c23541e601e4b64884139 /conf/machine/ls1043ardb.conf
parent8ca3647a32841fc72cf097de933cb188e39b51db (diff)
downloadmeta-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/ls1043ardb.conf')
-rw-r--r--conf/machine/ls1043ardb.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf
index f9b0d3d9..b00b9876 100644
--- a/conf/machine/ls1043ardb.conf
+++ b/conf/machine/ls1043ardb.conf
@@ -24,9 +24,9 @@ KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rd
24KERNEL_DEFCONFIG ?= "defconfig" 24KERNEL_DEFCONFIG ?= "defconfig"
25 25
26UEFI_NORBOOT ?= "LS1043ARDB_EFI_NORBOOT.fd" 26UEFI_NORBOOT ?= "LS1043ARDB_EFI_NORBOOT.fd"
27RCWNOR ?= "RR_FQPP_1455/rcw_1600.bin" 27RCWNOR ?= "RR_FQPP_1455/rcw_1600"
28RCWSD ?= "RR_FQPP_1455/rcw_1600_sdboot.bin" 28RCWSD ?= "RR_FQPP_1455/rcw_1600_sdboot"
29RCWNAND ?= "RR_FQPP_1455/rcw_1600_nandboot.bin" 29RCWNAND ?= "RR_FQPP_1455/rcw_1600_nandboot"
30 30
31QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" 31QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
32EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode uefi atf" 32EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode uefi atf"