mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
eee45b4f54
This adds platform code for the FriendlyElec NanoPi K2 board based on a Meson GXBB (S905) SoC with the Meson GXBB configuration. This initial submission only supports: - UART - MMC/SDCard - Ethernet - Reset Controller - Clock controller Cc: Yuefei Tan <yftan@friendlyarm.com> Signed-off-by: Thomas McKahan <tonymckahan@gmail.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
12 lines
149 B
Text
12 lines
149 B
Text
if TARGET_NANOPI_K2
|
|
|
|
config SYS_BOARD
|
|
default "nanopi-k2"
|
|
|
|
config SYS_VENDOR
|
|
default "amlogic"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "nanopi-k2"
|
|
|
|
endif
|