mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
18 lines
207 B
Text
18 lines
207 B
Text
|
if TARGET_MT7629
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "mt7629"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "mt7629"
|
||
|
|
||
|
config MTK_SPL_PAD_SIZE
|
||
|
hex
|
||
|
default 0x10000
|
||
|
|
||
|
config MTK_BROM_HEADER_INFO
|
||
|
string
|
||
|
default "media=nor"
|
||
|
|
||
|
endif
|