summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2014-01-17 14:46:40 -0600
committerJesse Gilles <jgilles@multitech.com>2014-01-17 14:46:40 -0600
commitfd29980be3965336f349ad2da123e7421e70568e (patch)
treee4d8df62453df0da75ad7998c4a1020f7b1cb9a2
parent12567c5afe9b7f33fea9096c8821d12370face88 (diff)
linux-2.6.39-at91: mtocgd: update defconfig to match mtocgd3, update boot prints
-rw-r--r--multitech/recipes/linux/linux-2.6.39-at91/mtocgd/defconfig2
-rw-r--r--multitech/recipes/linux/linux-2.6.39-at91/mtocgd/linux-2.6.39.4-mach-at91-mtocgd.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/multitech/recipes/linux/linux-2.6.39-at91/mtocgd/defconfig b/multitech/recipes/linux/linux-2.6.39-at91/mtocgd/defconfig
index 0afdbee..04fb2d9 100644
--- a/multitech/recipes/linux/linux-2.6.39-at91/mtocgd/defconfig
+++ b/multitech/recipes/linux/linux-2.6.39-at91/mtocgd/defconfig
@@ -1249,7 +1249,7 @@ CONFIG_SPI_ATMEL_DMA=y
#
# SPI Protocol Masters
#
-# CONFIG_SPI_SPIDEV is not set
+CONFIG_SPI_SPIDEV=m
# CONFIG_SPI_TLE62X0 is not set
#
diff --git a/multitech/recipes/linux/linux-2.6.39-at91/mtocgd/linux-2.6.39.4-mach-at91-mtocgd.patch b/multitech/recipes/linux/linux-2.6.39-at91/mtocgd/linux-2.6.39.4-mach-at91-mtocgd.patch
index 1ca54a8..e79b03d 100644
--- a/multitech/recipes/linux/linux-2.6.39-at91/mtocgd/linux-2.6.39.4-mach-at91-mtocgd.patch
+++ b/multitech/recipes/linux/linux-2.6.39-at91/mtocgd/linux-2.6.39.4-mach-at91-mtocgd.patch
@@ -182,7 +182,7 @@ Index: git/arch/arm/mach-at91/board-sam9x5cm.c
/* LEDs */
at91_gpio_leds(cm_leds, ARRAY_SIZE(cm_leds));
-+ printk(KERN_CRIT "AT91: MTR board\n");
++ printk(KERN_CRIT "AT91: MTOCGD board\n");
+
+ /* MTR: disable
if (cm_is_revA())
@@ -372,7 +372,7 @@ Index: git/arch/arm/mach-at91/board-sam9x5ek.c
"AT91: ISI conficts with MCI1, disable MCI1\n");
+#endif
+
-+ printk(KERN_CRIT "AT91: MTR board EK init\n");
++ printk(KERN_CRIT "AT91: MTOCGD board EK init\n");
}
MACHINE_START(AT91SAM9X5EK, "Atmel AT91SAM9X5-EK")