From ceaf9e8217f29f6c499d03c62612b2eb50e8ed09 Mon Sep 17 00:00:00 2001 From: John Voltz Date: Thu, 6 Mar 2008 18:59:14 +0000 Subject: updates and additions for avr32 arch --- .../linux-2.6.24-200-atngw100-video.patch | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 target/device/valka/v100sc2/kernel-patches/linux-2.6.24-200-atngw100-video.patch (limited to 'target/device/valka/v100sc2/kernel-patches/linux-2.6.24-200-atngw100-video.patch') diff --git a/target/device/valka/v100sc2/kernel-patches/linux-2.6.24-200-atngw100-video.patch b/target/device/valka/v100sc2/kernel-patches/linux-2.6.24-200-atngw100-video.patch new file mode 100644 index 000000000..06677e98e --- /dev/null +++ b/target/device/valka/v100sc2/kernel-patches/linux-2.6.24-200-atngw100-video.patch @@ -0,0 +1,175 @@ +diff -Nrup linux-2.6.24/arch/avr32/boards/atngw100/flash.c linux-2.6.24-patched/arch/avr32/boards/atngw100/flash.c +--- a/arch/avr32/boards/atngw100/flash.c 2008-01-31 10:47:55.000000000 -0500 ++++ b/arch/avr32/boards/atngw100/flash.c 2008-01-31 10:21:07.000000000 -0500 +@@ -42,7 +42,6 @@ static struct mtd_partition flash_parts[ + .name = "u-boot", + .offset = 0x00000000, + .size = 0x00020000, /* 128 KiB */ +- .mask_flags = MTD_WRITEABLE, + }, + { + .name = "root", +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