summaryrefslogtreecommitdiff
path: root/recipes/u-boot/u-boot-git/touchbook-config.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-10-20 20:15:40 +0200
committerKoen Kooi <koen@openembedded.org>2009-10-21 15:27:27 +0200
commitd57e14b9e27ed8360d49446361c5f7607ea34d88 (patch)
tree5537320fb1b8a6022ae998a458c051c5bd7721a8 /recipes/u-boot/u-boot-git/touchbook-config.patch
parent9566f5fa6724f0beae77c206c9c391b177060fb8 (diff)
u-boot: fix fw_env logic, update beagle and touchbook
Diffstat (limited to 'recipes/u-boot/u-boot-git/touchbook-config.patch')
-rw-r--r--recipes/u-boot/u-boot-git/touchbook-config.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-git/touchbook-config.patch b/recipes/u-boot/u-boot-git/touchbook-config.patch
new file mode 100644
index 0000000000..712a313251
--- /dev/null
+++ b/recipes/u-boot/u-boot-git/touchbook-config.patch
@@ -0,0 +1,11 @@
+--- a/board/omap3/beagle/beagle.c 2009-10-18 05:31:23.000000000 +0800
++++ b/board/omap3/beagle/beagle.c 2009-10-18 05:31:34.000000000 +0800
+@@ -186,7 +186,7 @@
+
+ gpmc_init(); /* in SRAM or SDRAM, finish GPMC */
+ /* board id for Linux */
+- gd->bd->bi_arch_number = MACH_TYPE_OMAP3_BEAGLE;
++ gd->bd->bi_arch_number = 2393;
+ /* boot param addr */
+ gd->bd->bi_boot_params = (OMAP34XX_SDRC_CS0 + 0x100);
+