mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
004eee86f1
Add the initial support for the pico-imx6 variants. DDR initialization is based on the TechNexion's U-Boot code. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
15 lines
183 B
Text
15 lines
183 B
Text
if TARGET_PICO_IMX6
|
|
|
|
config SYS_BOARD
|
|
default "pico-imx6"
|
|
|
|
config SYS_VENDOR
|
|
default "technexion"
|
|
|
|
config SYS_SOC
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pico-imx6"
|
|
|
|
endif
|