mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
39cb4f3c25
Add Menlosystems M53 board, based on the M53 SoM. This board has Ethernet, USB host, USB gadget, UART and LCD on it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de>
15 lines
175 B
Text
15 lines
175 B
Text
if TARGET_M53MENLO
|
|
|
|
config SYS_BOARD
|
|
default "m53menlo"
|
|
|
|
config SYS_VENDOR
|
|
default "menlo"
|
|
|
|
config SYS_SOC
|
|
default "mx5"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "m53menlo"
|
|
|
|
endif
|