mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
19 lines
208 B
Text
19 lines
208 B
Text
|
if TARGET_FLEA3
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm1136"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "flea3"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "CarMediaLab"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx35"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "flea3"
|
||
|
|
||
|
endif
|