diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-20 20:15:40 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-21 15:27:27 +0200 |
commit | d57e14b9e27ed8360d49446361c5f7607ea34d88 (patch) | |
tree | 5537320fb1b8a6022ae998a458c051c5bd7721a8 /recipes/u-boot/u-boot-git/600mhz.patch | |
parent | 9566f5fa6724f0beae77c206c9c391b177060fb8 (diff) |
u-boot: fix fw_env logic, update beagle and touchbook
Diffstat (limited to 'recipes/u-boot/u-boot-git/600mhz.patch')
-rw-r--r-- | recipes/u-boot/u-boot-git/600mhz.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-git/600mhz.patch b/recipes/u-boot/u-boot-git/600mhz.patch new file mode 100644 index 0000000000..65b1a439a6 --- /dev/null +++ b/recipes/u-boot/u-boot-git/600mhz.patch @@ -0,0 +1,11 @@ +--- a/include/asm-arm/arch-omap3/clocks_omap3.h ++++ b/include/asm-arm/arch-omap3/clocks_omap3.h +@@ -71,7 +71,7 @@ + #define MPU_FSEL_13_ES1 0x03 + #define MPU_M2_13_ES1 0x01 + +-#define MPU_M_13_ES2 0x1F4 ++#define MPU_M_13_ES2 0x258 + #define MPU_N_13_ES2 0x0C + #define MPU_FSEL_13_ES2 0x03 + #define MPU_M2_13_ES2 0x01 |