From e861730fef124e281a02fdff38511bfbbb8fae99 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 14 Mar 2010 16:21:28 +0000 Subject: [brcm63xx] refresh 2.6.32 patches, fix livebox support (#6821) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20204 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/patches-2.6.33/170-board_livebox.patch | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'target/linux/brcm63xx/patches-2.6.33/170-board_livebox.patch') diff --git a/target/linux/brcm63xx/patches-2.6.33/170-board_livebox.patch b/target/linux/brcm63xx/patches-2.6.33/170-board_livebox.patch index 38b004185..02354d573 100644 --- a/target/linux/brcm63xx/patches-2.6.33/170-board_livebox.patch +++ b/target/linux/brcm63xx/patches-2.6.33/170-board_livebox.patch @@ -20,7 +20,7 @@ EXTRA_CFLAGS += -Werror --- /dev/null +++ b/arch/mips/bcm63xx/boards/board_livebox.c -@@ -0,0 +1,227 @@ +@@ -0,0 +1,223 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive @@ -36,15 +36,14 @@ +#include +#include +#include ++#include ++#include +#include +#include +#include +#include +#include -+#include +#include -+#include -+#include +#include +#include +#include @@ -216,9 +215,6 @@ +{ + u32 val; + -+ bcm63xx_uart_register(); -+ bcm63xx_wdt_register(); -+ + if (board.has_pccard) + bcm63xx_pcmcia_register(); + @@ -242,7 +238,7 @@ + val &= MPI_CSBASE_BASE_MASK; + mtd_resources[0].start = val; + mtd_resources[0].end = 0x1FFFFFFF; -+ ++ + platform_device_register(&mtd_dev); + + return 0; -- cgit v1.2.3