From 4237b5c87f1dcc2d9589d1b1e8b3906236d54453 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 19 May 2009 20:11:38 +0200 Subject: target/device/Atmel: remove atngw100-expanded config Doesn't make much sense without working xserver. Signed-off-by: Peter Korsgaard --- .../linux-2.6.24.4-100-atngw100-add-ac97.patch | 10 - .../linux-2.6.24.4-200-atngw100-video.patch | 148 ----------- .../linux-2.6.24.4-300-avr32-psif-2.patch | 27 -- ...-2.6.24.4-400-atngw100-unlock-uboot-flash.patch | 11 - .../linux-2.6.24.4-500-avr32-ac97-reset.patch | 289 --------------------- ...linux-2.6.24.4-600-atngw100-disable-psif1.patch | 11 - 6 files changed, 496 deletions(-) delete mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-100-atngw100-add-ac97.patch delete mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-200-atngw100-video.patch delete mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-300-avr32-psif-2.patch delete mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-400-atngw100-unlock-uboot-flash.patch delete mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-500-avr32-ac97-reset.patch delete mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-600-atngw100-disable-psif1.patch (limited to 'target/device/Atmel/atngw100-expanded/kernel-patches') diff --git a/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-100-atngw100-add-ac97.patch b/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-100-atngw100-add-ac97.patch deleted file mode 100644 index 984a4e995..000000000 --- a/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-100-atngw100-add-ac97.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/arch/avr32/boards/atngw100/setup.c 2008-03-14 08:31:39.000000000 -0400 -+++ b/arch/avr32/boards/atngw100/setup.c 2008-03-14 08:33:23.000000000 -0400 -@@ -166,6 +166,7 @@ static int __init atngw100_init(void) - at32_add_device_spi(0, spi0_board_info, ARRAY_SIZE(spi0_board_info)); - at32_add_device_mci(0, &mci0_data); - at32_add_device_usba(0, NULL); -+ at32_add_device_ac97c(0); - - for (i = 0; i < ARRAY_SIZE(ngw_leds); i++) { - at32_select_gpio(ngw_leds[i].gpio, diff --git a/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-200-atngw100-video.patch b/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-200-atngw100-video.patch deleted file mode 100644 index b2ef6600a..000000000 --- a/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-200-atngw100-video.patch +++ /dev/null @@ -1,148 +0,0 @@ -diff -Nrup linux-2.6.24/arch/avr32/boards/atngw100/setup.c linux-2.6.24-patched/arch/avr32/boards/atngw100/setup.c ---- a/arch/avr32/boards/atngw100/setup.c 2008-01-31 10:47:55.000000000 -0500 -+++ b/arch/avr32/boards/atngw100/setup.c 2008-01-31 10:28:00.000000000 -0500 -@@ -16,6 +16,8 @@ - #include - #include - #include -+#include -+#include