diff options
Diffstat (limited to 'recipes/u-boot/u-boot-git/touchbook-config.patch')
-rw-r--r-- | recipes/u-boot/u-boot-git/touchbook-config.patch | 11 |
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); + |