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