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 --- .../Atmel/misc-patches/u-boot-1.3.0-64MB-sdram-ngw100.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/device/Atmel/misc-patches/u-boot-1.3.0-64MB-sdram-ngw100.patch (limited to 'target/device/Atmel/misc-patches/u-boot-1.3.0-64MB-sdram-ngw100.patch') 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 new file mode 100644 index 000000000..b04bbf968 --- /dev/null +++ b/target/device/Atmel/misc-patches/u-boot-1.3.0-64MB-sdram-ngw100.patch @@ -0,0 +1,11 @@ +--- 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, -- cgit v1.2.3