mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
86a179703c
Add basic board codes and defconfig for i.MX93 11x11 EVK board. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
19 lines
310 B
Text
19 lines
310 B
Text
if TARGET_IMX93_11X11_EVK
|
|
|
|
config SYS_BOARD
|
|
default "imx93_evk"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx93_evk"
|
|
|
|
config IMX93_EVK_LPDDR4X
|
|
bool "Using LPDDR4X Timing and PMIC voltage"
|
|
default y
|
|
select IMX9_LPDDR4X
|
|
help
|
|
Select the LPDDR4X timing and 0.6V VDDQ
|
|
|
|
endif
|