mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 14:36:03 +01:00
Add i.MX93 9x9 Quick Start Board support. - Two ddr scripts included w/o inline ecc feature. - SDHC/NETWORK/I2C/UART supported - PCA9450 supported, default over drive mode - Documentation added. Signed-off-by: Peng Fan <peng.fan@nxp.com>
13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
if TARGET_IMX93_9X9_QSB
|
|
|
|
config SYS_BOARD
|
|
default "imx93_qsb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx93_qsb"
|
|
|
|
endif
|