summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2011-07-20 10:47:56 -0500
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-20 18:00:21 +0200
commitbab60c95a74c6903b68aaf6dfc8bd3dbdeef2794 (patch)
tree029ae2d0b7ccfc4005c99c6ea1f2f89b7c02e253
parente125e989fafda1faf6d3f5dc33e949cd7d4b5a97 (diff)
downloadmeta-ti-bab60c95a74c6903b68aaf6dfc8bd3dbdeef2794.tar.gz
u-boot: add missing patch for am37x-evm
* am37x-evm machine in u-boot_git was missing a patch from the repository. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-bsp/u-boot/u-boot/0001-omap3evm-Change-default-console-serial-port-from.patch30
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb2
2 files changed, 31 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot/0001-omap3evm-Change-default-console-serial-port-from.patch b/recipes-bsp/u-boot/u-boot/0001-omap3evm-Change-default-console-serial-port-from.patch
new file mode 100644
index 00000000..d171b78a
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot/0001-omap3evm-Change-default-console-serial-port-from.patch
@@ -0,0 +1,30 @@
1From 6b23ecf49d1c2ee5227ff57101919af46ecd7396 Mon Sep 17 00:00:00 2001
2From: Roger Monk <r-monk@ti.com>
3Date: Fri, 9 Jul 2010 08:37:04 +0100
4Subject: [PATCH] omap3evm: Change default 'console' serial port from ttyS2 to ttyS0
5
6 * Update default kernel console env variable ($(console))
7 to use ttyS0 (instead of ttyS2) to match the serial port
8 used by x-loader and u-boot
9
10Signed-off-by: Roger Monk <r-monk@ti.com>
11---
12 include/configs/omap3_evm.h | 2 +-
13 1 files changed, 1 insertions(+), 1 deletions(-)
14
15diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
16index 73a5c98..d01d733 100644
17--- a/include/configs/omap3_evm.h
18+++ b/include/configs/omap3_evm.h
19@@ -203,7 +203,7 @@
20 #define CONFIG_EXTRA_ENV_SETTINGS \
21 "loadaddr=0x82000000\0" \
22 "usbtty=cdc_acm\0" \
23- "console=ttyS2,115200n8\0" \
24+ "console=ttyS0,115200n8\0" \
25 "mmcargs=setenv bootargs console=${console} " \
26 "root=/dev/mmcblk0p2 rw " \
27 "rootfstype=ext3 rootwait\0" \
28--
291.6.0.4
30
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 8dac3911..1f252fde 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -1,5 +1,5 @@
1require u-boot.inc 1require u-boot.inc
2PR ="r66" 2PR ="r67"
3 3
4DEFAULT_PREFERENCE_ti814x = "-1" 4DEFAULT_PREFERENCE_ti814x = "-1"
5DEFAULT_PREFERENCE_ti816x = "-1" 5DEFAULT_PREFERENCE_ti816x = "-1"