summaryrefslogtreecommitdiffstats
path: root/conf/machine/lx2160ardb.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-04-23 15:08:14 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-06 15:52:35 -0300
commit184f8a51922225f03e8a79ff76797972ca79baf6 (patch)
tree20e3d86f42030252d15839b200c7b8092d7773d3 /conf/machine/lx2160ardb.conf
parent2d84421cd70be36a6a602d635b8707cc591faa1d (diff)
downloadmeta-freescale-184f8a51922225f03e8a79ff76797972ca79baf6.tar.gz
lx2160ardb: define RCWEMMC
EMMC boot on LX2160A RDB is supported now. Define RCWEMMC for atf build. Documents: What's New in LSDK 20.04: https://docs.nxp.com/bundle/GUID-51EEFEDB-ABD5-40C0-BEBD-6527B3494D57/page/GUID-01DD18F7-27DC-4A0F-B79B-FBB5CBA5F4C0.html LX2160A Reference Design Board: https://www.nxp.com/design/qoriq-developer-resources/layerscape-lx2160a-reference-design-board:LX2160A-RDB LX2160A Multicore Communications Processor: https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/layerscape-communication-process/layerscape-lx2160a-multicore-communications-processor:LX2160A Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf/machine/lx2160ardb.conf')
-rw-r--r--conf/machine/lx2160ardb.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/lx2160ardb.conf b/conf/machine/lx2160ardb.conf
index 6bdb2510..6409d478 100644
--- a/conf/machine/lx2160ardb.conf
+++ b/conf/machine/lx2160ardb.conf
@@ -30,6 +30,7 @@ SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
30UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd" 30UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd"
31RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2" 31RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2"
32RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd" 32RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd"
33RCWEMMC ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2"
33 34
34EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi" 35EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi"
35USE_VT = "0" 36USE_VT = "0"