mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
1541d7a63d
Add the initial support for pico-imx7d board based on Wig Cheng's source code. Add support for eMMC, USB gadget, I2C, PMIC and Ethernet. For more information about this board, please visit: http://www.technexion.org/products/pico/pico-som/pico-imx7-emmc Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
15 lines
186 B
Text
15 lines
186 B
Text
if TARGET_PICO_IMX7D
|
|
|
|
config SYS_BOARD
|
|
default "pico-imx7d"
|
|
|
|
config SYS_VENDOR
|
|
default "technexion"
|
|
|
|
config SYS_SOC
|
|
default "mx7"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pico-imx7d"
|
|
|
|
endif
|