mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-06 18:53:25 +08:00
19 lines
226 B
Plaintext
19 lines
226 B
Plaintext
|
if TARGET_SNAPPER9260
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm926ejs"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "snapper9260"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "bluewater"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "at91"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "snapper9260"
|
||
|
|
||
|
endif
|