1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ar71xx: add initial support for the QCA955X SoCs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32606 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-07-05 08:26:47 +00:00
parent 97e6f60806
commit 74d33b7b96
23 changed files with 974 additions and 28 deletions

View File

@@ -47,7 +47,7 @@
static void prom_putchar_init(void)
{
void __iomem *base;
@@ -84,8 +124,10 @@ static void prom_putchar_init(void)
@@ -85,8 +125,10 @@ static void prom_putchar_init(void)
default:
_prom_putchar = prom_putchar_dummy;