mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-23 18:35:11 +00:00
e6a8c6f5c0
Add pe2201 platform code and the device tree of pe2201 platform board. The initial support comprises the UART and PCIe. Signed-off-by: TracyMg_Li <TracyMg_Li@outlook.com> Changes since v1: fix space corrupt. Changes since v2: switch to bootstd and text environment. Changes since v3: add environment variables.
12 lines
140 B
Text
12 lines
140 B
Text
if TARGET_PE2201
|
|
|
|
config SYS_BOARD
|
|
default "pe2201"
|
|
|
|
config SYS_VENDOR
|
|
default "phytium"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pe2201"
|
|
|
|
endif
|