mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01: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
|