mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
1d3d0f1f1c
This patch add some common code for QCA/Atheros ath79 SOCs such as DDR tuning, chip reset and CPU detection. Signed-off-by: Wills Wang <wills.wang@live.com>
7 lines
104 B
Text
7 lines
104 B
Text
menu "QCA/Atheros 7xxx/9xxx platforms"
|
|
depends on ARCH_ATH79
|
|
|
|
config SYS_SOC
|
|
default "ath79"
|
|
|
|
endmenu
|