mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-14 22:45:40 +01:00
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>
18 lines
635 B
Plaintext
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 \
|
|
"
|