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/lx2160ardb.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/lx2160ardb.conf')
-rw-r--r-- | conf/machine/lx2160ardb.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/lx2160ardb.conf b/conf/machine/lx2160ardb.conf index 44eba5d9..3300488f 100644 --- a/conf/machine/lx2160ardb.conf +++ b/conf/machine/lx2160ardb.conf | |||
@@ -26,8 +26,8 @@ SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | |||
26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
27 | 27 | ||
28 | UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd" | 28 | UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd" |
29 | RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2.bin" | 29 | RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2" |
30 | RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd.bin" | 30 | RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd" |
31 | 31 | ||
32 | EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi" | 32 | EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi" |
33 | USE_VT = "0" | 33 | USE_VT = "0" |