summaryrefslogtreecommitdiff
path: root/target/device/Atmel/misc-patches
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/Atmel/misc-patches')
-rw-r--r--target/device/Atmel/misc-patches/README2
-rw-r--r--target/device/Atmel/misc-patches/u-boot-1.3.0-200MHz-ngw100.patch20
-rw-r--r--target/device/Atmel/misc-patches/u-boot-1.3.0-64MB-sdram-ngw100.patch11
3 files changed, 0 insertions, 33 deletions
diff --git a/target/device/Atmel/misc-patches/README b/target/device/Atmel/misc-patches/README
deleted file mode 100644
index cf51054b0..000000000
--- a/target/device/Atmel/misc-patches/README
+++ /dev/null
@@ -1,2 +0,0 @@
-Copy these patches to kernel-patches, or u-boot for whatever board you are using them on.
-
diff --git a/target/device/Atmel/misc-patches/u-boot-1.3.0-200MHz-ngw100.patch b/target/device/Atmel/misc-patches/u-boot-1.3.0-200MHz-ngw100.patch
deleted file mode 100644
index 9749041aa..000000000
--- a/target/device/Atmel/misc-patches/u-boot-1.3.0-200MHz-ngw100.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/include/configs/atngw100.h 2008-03-02 10:17:04.000000000 -0500
-+++ b/include/configs/atngw100.h 2008-03-02 10:22:46.000000000 -0500
-@@ -42,7 +42,7 @@
- #define CFG_POWER_MANAGER 1
- #define CFG_OSC0_HZ 20000000
- #define CFG_PLL0_DIV 1
--#define CFG_PLL0_MUL 7
-+#define CFG_PLL0_MUL 10
- #define CFG_PLL0_SUPPRESS_CYCLES 16
- #define CFG_CLKDIV_CPU 0
- #define CFG_CLKDIV_HSB 1
-@@ -56,7 +56,7 @@
- *
- * We want icp=1 (default) and ivco=0 (80-160 MHz) or ivco=2 (150-240MHz).
- */
--#define CFG_PLL0_OPT 0x04
-+#define CFG_PLL0_OPT 0x06
-
- #define CONFIG_USART1 1
-
diff --git a/target/device/Atmel/misc-patches/u-boot-1.3.0-64MB-sdram-ngw100.patch b/target/device/Atmel/misc-patches/u-boot-1.3.0-64MB-sdram-ngw100.patch
deleted file mode 100644
index b04bbf968..000000000
--- a/target/device/Atmel/misc-patches/u-boot-1.3.0-64MB-sdram-ngw100.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/board/atmel/atngw100/atngw100.c 2008-03-02 10:17:04.000000000 -0500
-+++ b/board/atmel/atngw100/atngw100.c 2008-03-02 10:21:23.000000000 -0500
-@@ -31,7 +31,7 @@ DECLARE_GLOBAL_DATA_PTR;
- static const struct sdram_info sdram = {
- .phys_addr = CFG_SDRAM_BASE,
- .row_bits = 13,
-- .col_bits = 9,
-+ .col_bits = 10,
- .bank_bits = 2,
- .cas = 3,
- .twr = 2,