summaryrefslogtreecommitdiff
path: root/target/linux/at91/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-04-29 21:00:50 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-04-29 21:00:50 +0000
commitf6cd23364b022108bf565dc3ef7173719765f167 (patch)
treee91ca1d32af4588aed16baea4e2b6f81d44650d3 /target/linux/at91/patches
parenta12ad3ecf14089a5090c927896ad2e80cd6ed255 (diff)
downloadmtk-20170518-f6cd23364b022108bf565dc3ef7173719765f167.zip
mtk-20170518-f6cd23364b022108bf565dc3ef7173719765f167.tar.gz
mtk-20170518-f6cd23364b022108bf565dc3ef7173719765f167.tar.bz2
Update AT91 kernel to 3.10.34
From 2064e6d069ec8df7f5e988547fe7f2a1a7ad890f Mon Sep 17 00:00:00 2001 From: Owen Kirby <osk@exegin.com> Date: Thu, 10 Apr 2014 19:02:15 -0700 Subject: [PATCH 1/3] [at91] Update AT91 kernel to 3.10.34. This patch updates the kernel of the AT91 target to version 3.10.34. Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 40596
Diffstat (limited to 'target/linux/at91/patches')
-rw-r--r--target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch2
-rw-r--r--target/linux/at91/patches/700-tqma9263-support.patch14
2 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch b/target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch
index e6c4c72..c631f8d 100644
--- a/target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch
+++ b/target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch
@@ -1,6 +1,6 @@
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
-@@ -22,6 +22,7 @@ dtb-$(CONFIG_ARCH_AT91) += tny_a9g20.dtb
+@@ -23,6 +23,7 @@ dtb-$(CONFIG_ARCH_AT91) += tny_a9g20.dtb
dtb-$(CONFIG_ARCH_AT91) += usb_a9g20.dtb
# sam9g45
dtb-$(CONFIG_ARCH_AT91) += at91sam9m10g45ek.dtb
diff --git a/target/linux/at91/patches/700-tqma9263-support.patch b/target/linux/at91/patches/700-tqma9263-support.patch
index 4db1ff8..d249783 100644
--- a/target/linux/at91/patches/700-tqma9263-support.patch
+++ b/target/linux/at91/patches/700-tqma9263-support.patch
@@ -1,8 +1,8 @@
---- a/arch/arm/mach-at91/Kconfig
-+++ b/arch/arm/mach-at91/Kconfig
-@@ -358,6 +358,12 @@ config MACH_NEOCORE926
- help
- Select this if you are using the Adeneo Neocore 926 board.
+--- a/arch/arm/mach-at91/Kconfig.non_dt
++++ b/arch/arm/mach-at91/Kconfig.non_dt
+@@ -258,6 +258,12 @@ config MACH_USB_A9263
+ Select this if you are using a Calao Systems USB-A9263.
+ <http://www.calao-systems.com>
+config MACH_TQMA9263
+ bool "TQ Components TQMa9263 board"
@@ -15,10 +15,10 @@
# ----------------------------------------------------------
--- a/arch/arm/mach-at91/Makefile
+++ b/arch/arm/mach-at91/Makefile
-@@ -67,6 +67,7 @@ obj-$(CONFIG_MACH_AT91SAM9G10EK) += boar
+@@ -68,6 +68,7 @@ obj-$(CONFIG_MACH_AT91SAM9G10EK) += boar
+ # AT91SAM9263 board-specific support
obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o
obj-$(CONFIG_MACH_USB_A9263) += board-usb-a926x.o
- obj-$(CONFIG_MACH_NEOCORE926) += board-neocore926.o
+obj-$(CONFIG_MACH_TQMA9263) += board-tqma9263.o
# AT91SAM9RL board-specific support