mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
19 lines
209 B
Text
19 lines
209 B
Text
|
if TARGET_PENGWYN
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "pengwyn"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "silica"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "am33xx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "pengwyn"
|
||
|
|
||
|
endif
|