mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 22:03:15 +00:00
b4c2c151b1
default n/no doesn't need to be specified. It is default option anyway. Signed-off-by: Michal Simek <michal.simek@xilinx.com> [trini: Rework FSP_USE_UPD portion] Signed-off-by: Tom Rini <trini@konsulko.com>
23 lines
408 B
Text
23 lines
408 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"
|
|
|
|
config IMX8MN_BEACON_2GB_LPDDR
|
|
bool "Enable 2GB LPDDR"
|
|
|
|
config IMX_CONFIG
|
|
default "arch/arm/mach-imx/imx8m/imximage-8mn-lpddr4.cfg"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|