u-boot-brain/board/beacon/imx8mn/Kconfig
Adam Ford 5d9b166401 imx: Add 2GB lpddr support for i.MX8MN Beacon EmbeddedWorks devkit.
There is a second lpddr configuration with 2GB of RAM, but this requires
different RAM timings, so in addition to adding the timing file, a
separate defconfig is necessary.

Signed-off-by: Adam Ford <aford173@gmail.com>
2021-03-01 10:21:36 +01:00

23 lines
352 B
Plaintext

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
config IMX8MN_BEACON_2GB_LPDDR
bool "Enable 2GB LPDDR"
default n
source "board/freescale/common/Kconfig"
endif