mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
e8e9c6f484
[trini: Migrate CONFIG_EXYNOS7420 as part of merging, so espresso7420 still builds] Signed-off-by: Tom Rini <trini@konsulko.com>
19 lines
362 B
Text
19 lines
362 B
Text
if TARGET_ESPRESSO7420
|
|
|
|
config EXYNOS7420
|
|
def_bool y
|
|
|
|
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
|