developer | f4a079c | 2018-11-15 10:07:52 +0800 | [diff] [blame] | 1 | if TARGET_MT7629 |
2 | |||||
3 | config SYS_BOARD | ||||
4 | default "mt7629" | ||||
5 | |||||
6 | config SYS_CONFIG_NAME | ||||
7 | default "mt7629" | ||||
8 | |||||
9 | config MTK_SPL_PAD_SIZE | ||||
10 | hex | ||||
11 | default 0x10000 | ||||
12 | |||||
13 | config MTK_BROM_HEADER_INFO | ||||
14 | string | ||||
15 | default "media=nor" | ||||
16 | |||||
17 | endif |