mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
20 lines
197 B
Text
20 lines
197 B
Text
|
if TARGET_IVML24
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ivm"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "IVML24"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_IVMS8
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ivm"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "IVMS8"
|
||
|
|
||
|
endif
|