mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00

The A1 SECO firmware run on a B0 board can brick the board unless it can be switched to USB serial download to force an update. Because of this, drop the ambiguous machine config file and make the rev explicit in the machine config name. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
10 lines
284 B
Plaintext
10 lines
284 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: i.MX 8DXL A1 EVK with LPDDR4
|
|
#@SOC: i.MX8DXL A1
|
|
#@DESCRIPTION: Machine configuration for NXP i.MX 8DualXLite A1 Evaluation Kit with LPDDR4
|
|
#@MAINTAINER: Lauren Post <lauren.post@nxp.com>
|
|
|
|
require conf/machine/include/imx8dxl-lpddr4-evk.inc
|
|
|
|
IMX_SOC_REV = "A1"
|