297c439b37
pcm051_rev3_defconfig config (Phytec Wega board) has been dropped in
64efd11d
("arm: Remove pcm051 board")
due to expired migration deadlines. Here, pcm051_rev3_defconfig support is
reintroduced.
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
16 lines
223 B
Plaintext
16 lines
223 B
Plaintext
if TARGET_PCM051 || TARGET_PHYCORE_AM335X_R2
|
|
|
|
config SYS_BOARD
|
|
default "phycore_am335x_r2"
|
|
|
|
config SYS_VENDOR
|
|
default "phytec"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "phycore_am335x_r2"
|
|
|
|
endif
|