mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
6bd888b63b
This patch adds support for mt7628 reference board. SPL_DM and DT are not enabled for SPL to save about 17KiB for u-boot-spl.bin. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
12 lines
144 B
Text
12 lines
144 B
Text
if BOARD_MT7628_RFB
|
|
|
|
config SYS_BOARD
|
|
default "mt7628"
|
|
|
|
config SYS_VENDOR
|
|
default "mediatek"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mt7628"
|
|
|
|
endif
|