]> code.ossystems Code Review - meta-freescale.git/commitdiff
lx2160ardb: not use specific rcw for SD boot
authorTing Liu <ting.liu@nxp.com>
Thu, 14 May 2020 09:43:22 +0000 (17:43 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 14 May 2020 11:52:02 +0000 (08:52 -0300)
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 <ting.liu@nxp.com>
conf/machine/lx2160ardb.conf

index 6409d4785bd9809cf2dc5e2b7f76cd40d76e8a86..a8bbdbda5c53427c9728e3e6b6bbb901a96d7ad1 100644 (file)
@@ -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"