mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-05 17:58:52 +00:00
a2277cc30c
This patch add board-level code and base DT for AP143. 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_AP143
|
|
|
|
config SYS_VENDOR
|
|
default "qca"
|
|
|
|
config SYS_BOARD
|
|
default "ap143"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ap143"
|
|
|
|
endif
|