sandbox: Remove sandbox_noblk build
[oweals/u-boot.git] / board / mediatek / mt7629 / Kconfig
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