mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-30 06:53:09 +00:00
19 lines
284 B
Text
19 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
|