mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 22:24:32 +00:00
8e95883e46
Beacon EmbeddedWorks is releasing a devkit based on the i.MX8M Nano SoC consisting of baseboard + SOM. The kit is based on the same design as the Beacon dev kit with the i.MX8M Mini. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
18 lines
284 B
Text
18 lines
284 B
Text
if TARGET_IMX8MN_BEACON
|
|
|
|
config SYS_BOARD
|
|
default "imx8mn"
|
|
|
|
config SYS_VENDOR
|
|
default "beacon"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mn_beacon"
|
|
|
|
config IMX8MN_FORCE_NOM_SOC
|
|
bool "Force to use nominal mode for SOC and ARM"
|
|
default n
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|