mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
b9d0f00a9d
This adds platform code and the device tree for the Phytium Pomelo Board. The initial support comprises the UART and the PCIE. Signed-off-by: weichangzheng <nicholas_zheng@outlook.com>
12 lines
140 B
Text
12 lines
140 B
Text
if TARGET_POMELO
|
|
|
|
config SYS_BOARD
|
|
default "pomelo"
|
|
|
|
config SYS_VENDOR
|
|
default "phytium"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pomelo"
|
|
|
|
endif
|