diff options
| author | Chase Maupin <chasemaupin03@gmail.com> | 2011-07-20 10:47:56 -0500 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-20 18:00:21 +0200 |
| commit | bab60c95a74c6903b68aaf6dfc8bd3dbdeef2794 (patch) | |
| tree | 029ae2d0b7ccfc4005c99c6ea1f2f89b7c02e253 | |
| parent | e125e989fafda1faf6d3f5dc33e949cd7d4b5a97 (diff) | |
| download | meta-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.patch | 30 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot_git.bb | 2 |
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 @@ | |||
| 1 | From 6b23ecf49d1c2ee5227ff57101919af46ecd7396 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Roger Monk <r-monk@ti.com> | ||
| 3 | Date: Fri, 9 Jul 2010 08:37:04 +0100 | ||
| 4 | Subject: [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 | |||
| 10 | Signed-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 | |||
| 15 | diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h | ||
| 16 | index 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 | -- | ||
| 29 | 1.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 @@ | |||
| 1 | require u-boot.inc | 1 | require u-boot.inc |
| 2 | PR ="r66" | 2 | PR ="r67" |
| 3 | 3 | ||
| 4 | DEFAULT_PREFERENCE_ti814x = "-1" | 4 | DEFAULT_PREFERENCE_ti814x = "-1" |
| 5 | DEFAULT_PREFERENCE_ti816x = "-1" | 5 | DEFAULT_PREFERENCE_ti816x = "-1" |
