mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-18 16:14:04 +00:00
400df30998
Add support for the TPLink WDR4300 router, which is based on the AR9344 MIPS 74Kc CPU and has 128 MiB of RAM. The USB is supported on this system as well. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Wills Wang <wills.wang@live.com>
15 lines
188 B
Text
15 lines
188 B
Text
if BOARD_TPLINK_WDR4300
|
|
|
|
config SYS_VENDOR
|
|
default "tplink"
|
|
|
|
config SYS_SOC
|
|
default "ath79"
|
|
|
|
config SYS_BOARD
|
|
default "wdr4300"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "tplink_wdr4300"
|
|
|
|
endif
|