mirror of
https://xff.cz/git/u-boot/
synced 2025-10-08 11:45:18 +02:00
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>
13 lines
140 B
Plaintext
13 lines
140 B
Plaintext
if TARGET_POMELO
|
|
|
|
config SYS_BOARD
|
|
default "pomelo"
|
|
|
|
config SYS_VENDOR
|
|
default "phytium"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pomelo"
|
|
|
|
endif
|