mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
ebe2e0c309
The MNT Reform 2 is a modular DIY laptop. In its initial version it is based on the BoundaryDevices i.MX8MQ SoM. Some parts have been lifted from BoundaryDevices official U-Boot downstream project. Signed-off-by: Patrick Wildt <patrick@blueri.se> Tested-by: Vagrant Cascadian <vagrant@debian.org> Tested-by: Vagrant Cascadian <vagrant@debian.org> Signed-off-by: Stefano Babic <sbabic@denx.de>
15 lines
229 B
Text
15 lines
229 B
Text
if TARGET_IMX8MQ_REFORM2
|
|
|
|
config SYS_BOARD
|
|
default "imx8mq_reform2"
|
|
|
|
config SYS_VENDOR
|
|
default "mntre"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mq_reform2"
|
|
|
|
config IMX_CONFIG
|
|
default "arch/arm/mach-imx/imx8m/imximage.cfg"
|
|
|
|
endif
|