meta-imx/meta-bsp/conf/machine/imx8mnevk.conf
Tom Hochstein b443dc7fd9 imx*.conf: Add old machines for compatibility
Add machine configuration files for previous machine names to preserve
compatibility. This includes all i.MX 8 machines and 6ULZ 14x14 EVK.

Include the new machine file name in the list of overrides so variables
with the overrides are properly found.

Some of the new machine configuration uses the MACHINE variable directly
in the KERNEL_DEVICETREE_BASENAME variable. For these we must set
KERNEL_DEVICETREE_BASENAME to the new machine name.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-04-09 12:33:20 -05:00

18 lines
635 B
Plaintext

# DEPRECATED: Machine is renamed, please use imx8mn-lpddr4-evk
MACHINEOVERRIDES =. "imx8mn-lpddr4-evk"
require conf/machine/imx8mn-lpddr4-evk.conf
# Include device trees for DDR4 and DDR3L
KERNEL_DEVICETREE += " \
freescale/imx8mn-ddr4-evk.dtb \
freescale/imx8mn-ddr4-evk-ak5558.dtb \
freescale/imx8mn-ddr4-evk-inmate.dtb \
freescale/imx8mn-ddr4-evk-rm67191.dtb \
freescale/imx8mn-ddr4-evk-root.dtb \
freescale/imx8mn-ddr4-evk-rpmsg.dtb \
freescale/imx8mn-ddr4-evk-usd-wifi.dtb \
freescale/imx8mn-ddr3l-evk.dtb \
freescale/imx8mn-ddr3l-evk-ak5558.dtb \
freescale/imx8mn-ddr3l-evk-rpmsg.dtb \
"