mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
16 lines
191 B
Text
16 lines
191 B
Text
|
if TARGET_AM335X_IGEP0033
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "igep0033"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "isee"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "am33xx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "am335x_igep0033"
|
||
|
|
||
|
endif
|