mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
98bcdf1635
Add dedicated defconfigs for iMX8MN low drive mode which set the VDD_SOC and VDD_DRAM to 0.8v, DDR at 1600MTS (800Mhz clock) and GPU at 200Mhz. Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
18 lines
319 B
Text
18 lines
319 B
Text
if TARGET_IMX8MN_EVK || TARGET_IMX8MN_DDR4_EVK
|
|
|
|
config SYS_BOARD
|
|
default "imx8mn_evk"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mn_evk"
|
|
|
|
config IMX8MN_LOW_DRIVE_MODE
|
|
bool "Enable the low drive mode of iMX8MN on EVK board"
|
|
default n
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|