All of lore.kernel.org
 help / color / mirror / Atom feed
* Koen Kooi : u-boot 2011.12: don't poke at uLCD7 settings from u-boot, it' s handled in the kernel now
@ 2012-05-04  0:07 Arago Project git
  0 siblings, 0 replies; only message in thread
From: Arago Project git @ 2012-05-04  0:07 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: f0e2305c7e1395066b4303b4a891bfb2a066602b
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=f0e2305c7e1395066b4303b4a891bfb2a066602b

Author: Koen Kooi <koen@dominion.thruhere.net>
Date:   Tue May  1 21:06:51 2012 +0200

u-boot 2011.12: don't poke at uLCD7 settings from u-boot, it's handled in the kernel now

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Tom Rini <trini@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 ...-add-support-for-scanning-loop-through-ex.patch |    2 +-
 recipes-bsp/u-boot/u-boot_2011.12.bb               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot/2011.12/0003-beagleboard-add-support-for-scanning-loop-through-ex.patch b/recipes-bsp/u-boot/u-boot/2011.12/0003-beagleboard-add-support-for-scanning-loop-through-ex.patch
index 71dd2bb..1bbe14e 100644
--- a/recipes-bsp/u-boot/u-boot/2011.12/0003-beagleboard-add-support-for-scanning-loop-through-ex.patch
+++ b/recipes-bsp/u-boot/u-boot/2011.12/0003-beagleboard-add-support-for-scanning-loop-through-ex.patch
@@ -62,7 +62,7 @@ index 9c2e6d0..5ea50d1 100644
 +		printf("Recognized BeagleBoardToys uLCD-lite board\n");
 +		setenv("buddy2", "bbtoys-ulcd");
 +		setenv("defaultdisplay", "lcd");
-+		setenv("uenvcmd", "i2c dev 1 ; i2c mw 40 00 00; i2c mw 40 04 80; i2c mw 40 0d 05; i2c mw 40 0d 15");
++		//setenv("uenvcmd", "i2c dev 1 ; i2c mw 40 00 00; i2c mw 40 04 80; i2c mw 40 0d 05; i2c mw 40 0d 15");
 +		break;
 +	case BEAGLE_NO_EEPROM:
 +		printf("No EEPROM on expansion board\n");
diff --git a/recipes-bsp/u-boot/u-boot_2011.12.bb b/recipes-bsp/u-boot/u-boot_2011.12.bb
index 9bbd31e..9616a05 100644
--- a/recipes-bsp/u-boot/u-boot_2011.12.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.12.bb
@@ -6,7 +6,7 @@ UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
 UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
 
 PV = "2011.12"
-PR = "r6"
+PR = "r7"
 
 # No patches for other machines yet
 COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-04  0:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-04  0:07 Koen Kooi : u-boot 2011.12: don't poke at uLCD7 settings from u-boot, it' s handled in the kernel now Arago Project git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.