mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 01:19:49 +00:00
cc74cab86a
Introduce BSH SystemMaster (SMM) M2 board family, which consists of: imx6ulz SMM M2 and imx6ulz SMM M2 PRO boards. Add support for imx6ulz BSH SMM M2 board: - 128 MiB DDR3 RAM - 256MiB Nand - USBOTG1 peripheral - fastboot. Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
12 lines
159 B
Text
12 lines
159 B
Text
if TARGET_MX6ULZ_SMM_M2
|
|
|
|
config SYS_BOARD
|
|
default "imx6ulz_smm_m2"
|
|
|
|
config SYS_VENDOR
|
|
default "bsh"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx6ulz_smm_m2"
|
|
|
|
endif
|