From: Ting Liu Date: Thu, 14 May 2020 09:43:22 +0000 (+0800) Subject: lx2160ardb: not use specific rcw for SD boot X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=17e6370fbe7eb4ace55e45a4c39c0b2ff70968a8;p=meta-freescale.git lx2160ardb: not use specific rcw for SD boot PBI command for Boot source is added by TF-A during its compilation, no need to use spevific RCW for SD boot. Use the generic one. Signed-off-by: Ting Liu --- diff --git a/conf/machine/lx2160ardb.conf b/conf/machine/lx2160ardb.conf index 6409d478..a8bbdbda 100644 --- a/conf/machine/lx2160ardb.conf +++ b/conf/machine/lx2160ardb.conf @@ -29,7 +29,7 @@ SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd" RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2" -RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd" +RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2" RCWEMMC ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2" EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi"