From 677aa859a7da80cebc5fc461461d03a92ba5db32 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 21 Jan 2019 05:59:52 +0000 Subject: Remove .bin sufix from RCW in machine config * support _sben suffix RCW Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- conf/machine/ls1043ardb.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/machine/ls1043ardb.conf') diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf index f9b0d3d98..b00b98769 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 KERNEL_DEFCONFIG ?= "defconfig" UEFI_NORBOOT ?= "LS1043ARDB_EFI_NORBOOT.fd" -RCWNOR ?= "RR_FQPP_1455/rcw_1600.bin" -RCWSD ?= "RR_FQPP_1455/rcw_1600_sdboot.bin" -RCWNAND ?= "RR_FQPP_1455/rcw_1600_nandboot.bin" +RCWNOR ?= "RR_FQPP_1455/rcw_1600" +RCWSD ?= "RR_FQPP_1455/rcw_1600_sdboot" +RCWNAND ?= "RR_FQPP_1455/rcw_1600_nandboot" QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode uefi atf" -- cgit v1.2.3-54-g00ecf