mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
6c15a2a996
Espresso7420 is a development/evaluation board for Exynos7420 SoC. It includes multiple onboard compoments (EMMC/Codec) and various interconnects (USB/HDMI). Signed-off-by: Thomas Abraham <thomas.ab@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
16 lines
331 B
Text
16 lines
331 B
Text
if TARGET_ESPRESSO7420
|
|
|
|
config SYS_BOARD
|
|
default "espresso7420"
|
|
help
|
|
Espresso7420 is a development/evaluation board for Exynos7420 SoC.
|
|
It includes multiple onboard compoments (EMMC/Codec) and various
|
|
interconnects (USB/HDMI).
|
|
|
|
config SYS_VENDOR
|
|
default "samsung"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "espresso7420"
|
|
|
|
endif
|