mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
15 lines
161 B
Text
15 lines
161 B
Text
|
if TARGET_MT8518
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "mt8518"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "mt8518"
|
||
|
|
||
|
|
||
|
config MTK_BROM_HEADER_INFO
|
||
|
string
|
||
|
default "media=nor"
|
||
|
|
||
|
endif
|