mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-17 16:53:06 +00:00
6a7b52bc8d
This patch add board-level code and base DT for AP121. Signed-off-by: Wills Wang <wills.wang@live.com> [updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y] Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
12 lines
133 B
Text
12 lines
133 B
Text
if TARGET_AP121
|
|
|
|
config SYS_VENDOR
|
|
default "qca"
|
|
|
|
config SYS_BOARD
|
|
default "ap121"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ap121"
|
|
|
|
endif
|