upgrade to 2.6.32.8
SVN-Revision: 19672
This commit is contained in:
parent
0b5ddcb9cf
commit
463dda6daf
3 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -12,7 +12,7 @@ BOARDNAME:=AMCC/IBM PPC44x
|
||||||
FEATURES:=squashfs
|
FEATURES:=squashfs
|
||||||
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440
|
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.30.10
|
LINUX_VERSION:=2.6.32.8
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@ CONFIG_DEVPORT=y
|
||||||
# CONFIG_E200 is not set
|
# CONFIG_E200 is not set
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
# CONFIG_EBONY is not set
|
# CONFIG_EBONY is not set
|
||||||
|
# CONFIG_EIGER is not set
|
||||||
CONFIG_EXTRA_TARGETS="uImage"
|
CONFIG_EXTRA_TARGETS="uImage"
|
||||||
CONFIG_FORCE_MAX_ZONEORDER=11
|
CONFIG_FORCE_MAX_ZONEORDER=11
|
||||||
# CONFIG_FSL_ULI1575 is not set
|
# CONFIG_FSL_ULI1575 is not set
|
||||||
|
@ -128,6 +129,7 @@ CONFIG_PPC4xx_PCI_EXPRESS=y
|
||||||
# CONFIG_PPC_85xx is not set
|
# CONFIG_PPC_85xx is not set
|
||||||
# CONFIG_PPC_8xx is not set
|
# CONFIG_PPC_8xx is not set
|
||||||
# CONFIG_PPC_970_NAP is not set
|
# CONFIG_PPC_970_NAP is not set
|
||||||
|
# CONFIG_PPC_BOOK3S_32 is not set
|
||||||
# CONFIG_PPC_CELL is not set
|
# CONFIG_PPC_CELL is not set
|
||||||
# CONFIG_PPC_CELL_NATIVE is not set
|
# CONFIG_PPC_CELL_NATIVE is not set
|
||||||
# CONFIG_PPC_CLOCK is not set
|
# CONFIG_PPC_CLOCK is not set
|
||||||
|
@ -164,6 +166,7 @@ CONFIG_SERIAL_8250_EXTENDED=y
|
||||||
# CONFIG_SERIAL_8250_RSA is not set
|
# CONFIG_SERIAL_8250_RSA is not set
|
||||||
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
CONFIG_SERIAL_OF_PLATFORM=y
|
||||||
|
CONFIG_SWIOTLB=y
|
||||||
CONFIG_TAISHAN=y
|
CONFIG_TAISHAN=y
|
||||||
CONFIG_TASK_SIZE=0xc0000000
|
CONFIG_TASK_SIZE=0xc0000000
|
||||||
CONFIG_USB_EHCI_HCD_PPC_OF=y
|
CONFIG_USB_EHCI_HCD_PPC_OF=y
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/arch/powerpc/boot/dts/canyonlands.dts
|
--- a/arch/powerpc/boot/dts/canyonlands.dts
|
||||||
+++ b/arch/powerpc/boot/dts/canyonlands.dts
|
+++ b/arch/powerpc/boot/dts/canyonlands.dts
|
||||||
@@ -239,28 +239,6 @@
|
@@ -262,28 +262,6 @@
|
||||||
interrupts = <0x1 0x4>;
|
interrupts = <0x1 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue