diff options
author | Jesse Gilles <jgilles@multitech.com> | 2012-02-08 17:25:25 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2012-02-08 17:25:25 -0600 |
commit | 0285453985ff60e644b91d8894a11dbd5c1c2c33 (patch) | |
tree | f654c0c59494cdbba3a7a214185a3e9ecb7168c1 /multitech/recipes/linux/linux_2.6.35.bbappend | |
parent | 77e67d58f158b7db8391fd88cb53aa3a1db307dd (diff) |
linux-2.6.35: add linux-2.6.35-at91sam9g20-reset patch
Patch author writes:
Fix AT91SAM9G20 reset as per the errata in the data sheet.
If the SDRAM is not cleanly shutdown before reset it can be left driving
the bus, which then stops the bootloader booting from NAND.
Diffstat (limited to 'multitech/recipes/linux/linux_2.6.35.bbappend')
-rw-r--r-- | multitech/recipes/linux/linux_2.6.35.bbappend | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multitech/recipes/linux/linux_2.6.35.bbappend b/multitech/recipes/linux/linux_2.6.35.bbappend index 4dae9bc..37ef882 100644 --- a/multitech/recipes/linux/linux_2.6.35.bbappend +++ b/multitech/recipes/linux/linux_2.6.35.bbappend @@ -1,7 +1,7 @@ FILESEXTRA := "${THISDIR}" FILESPATHBASE =. "${FILESEXTRA}:" -PR .= ".corecdp6" +PR .= ".corecdp7" STABLEV = "14" SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ @@ -14,6 +14,7 @@ SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;n file://linux-2.6.32.3-at25.patch \ file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch \ file://linux-2.6.35.14-option-zte.patch \ + file://linux-2.6.35-at91sam9g20-reset.patch \ " SRC_URI_mt100eocg = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ @@ -26,6 +27,7 @@ SRC_URI_mt100eocg = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.b file://linux-2.6.32.3-at25.patch \ file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch \ file://linux-2.6.35.14-option-zte.patch \ + file://linux-2.6.35-at91sam9g20-reset.patch \ " # work around firmware/Makefile issue with make 3.82 |