mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
76880b08c4
The mt7620_rfb board supports integrated 10/100M PHYs plus two external giga PHYs. It also has 8MB SPI-NOR, mini PCI-e x1 slot, SDHC and USB. The mt7620_mt7530_rfb boards supports an external MT7530 giga switch and a 16MB SPI-NOR flash. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
12 lines
171 B
Text
12 lines
171 B
Text
if BOARD_MT7620_RFB || BOARD_MT7620_MT7530_RFB
|
|
|
|
config SYS_BOARD
|
|
default "mt7620"
|
|
|
|
config SYS_VENDOR
|
|
default "mediatek"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mt7620"
|
|
|
|
endif
|