mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
5d9b166401
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>
22 lines
352 B
Text
22 lines
352 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
|
|
|
|
config IMX8MN_BEACON_2GB_LPDDR
|
|
bool "Enable 2GB LPDDR"
|
|
default n
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|