diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:59:14 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:59:14 +0000 |
commit | ceaf9e8217f29f6c499d03c62612b2eb50e8ed09 (patch) | |
tree | c0d1c53c52d050672de9c2fc656b760a2fbe5aa1 /target/device/Atmel/misc-patches/u-boot-1.3.0-200MHz-ngw100.patch | |
parent | c46893b7af0e6f0bbc072dc76cb979995ff654fc (diff) |
updates and additions for avr32 arch
Diffstat (limited to 'target/device/Atmel/misc-patches/u-boot-1.3.0-200MHz-ngw100.patch')
-rw-r--r-- | target/device/Atmel/misc-patches/u-boot-1.3.0-200MHz-ngw100.patch | 20 |
1 files changed, 20 insertions, 0 deletions
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 new file mode 100644 index 000000000..9749041aa --- /dev/null +++ b/target/device/Atmel/misc-patches/u-boot-1.3.0-200MHz-ngw100.patch @@ -0,0 +1,20 @@ +--- 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 + |