diff options
Diffstat (limited to 'roms/u-boot/board/mediatek/mt7629/Kconfig')
-rw-r--r-- | roms/u-boot/board/mediatek/mt7629/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/board/mediatek/mt7629/Kconfig b/roms/u-boot/board/mediatek/mt7629/Kconfig new file mode 100644 index 000000000..6055164b5 --- /dev/null +++ b/roms/u-boot/board/mediatek/mt7629/Kconfig @@ -0,0 +1,17 @@ +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 |