mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2026-01-27 11:52:04 +01: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>
12 lines
329 B
Plaintext
12 lines
329 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: i.MX 8DXL B0 EVK with DDR3L
|
|
#@SOC: i.MX8DXL B0
|
|
#@DESCRIPTION: Machine configuration for NXP i.MX 8DualXLite B0 Evaluation Kit with DDR3L
|
|
#@MAINTAINER: Lauren Post <lauren.post@nxp.com>
|
|
|
|
require conf/machine/include/imx8dxl-ddr3l-evk.inc
|
|
|
|
IMX_SOC_REV = "B0"
|
|
|
|
MACHINE_FEATURES:append:use-nxp-bsp = " optee"
|