diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-14 12:30:33 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-14 12:30:33 +0200 |
commit | c80e052a1532b7f8a10e1b19ceb4fb4086631d6f (patch) | |
tree | 9851b4b68e1907cd5c0b5c5abd062da83fd9531b /recipes/u-boot/u-boot-git/beagleboard/0001-beagleboard-display-message-about-I2C-errors-being-e.patch | |
parent | d6db3a4a170fbaae39d77243b5831e72f7642916 (diff) |
u-boot git: update beagleboard patches
Diffstat (limited to 'recipes/u-boot/u-boot-git/beagleboard/0001-beagleboard-display-message-about-I2C-errors-being-e.patch')
-rw-r--r-- | recipes/u-boot/u-boot-git/beagleboard/0001-beagleboard-display-message-about-I2C-errors-being-e.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-git/beagleboard/0001-beagleboard-display-message-about-I2C-errors-being-e.patch b/recipes/u-boot/u-boot-git/beagleboard/0001-beagleboard-display-message-about-I2C-errors-being-e.patch new file mode 100644 index 0000000000..18eeb3d6fc --- /dev/null +++ b/recipes/u-boot/u-boot-git/beagleboard/0001-beagleboard-display-message-about-I2C-errors-being-e.patch @@ -0,0 +1,26 @@ +From 59d34641c947f3b0a0c3757ced675245ae344012 Mon Sep 17 00:00:00 2001 +From: Koen Kooi <koen@dominion.thruhere.net> +Date: Wed, 31 Mar 2010 14:24:25 +0200 +Subject: [PATCH 1/6] beagleboard: display message about I2C errors being expected when no expansion boards are present + +--- + board/ti/beagle/beagle.c | 3 +++ + 1 files changed, 3 insertions(+), 0 deletions(-) + +diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c +index 8c5b88c..c9c9a58 100644 +--- a/board/ti/beagle/beagle.c ++++ b/board/ti/beagle/beagle.c +@@ -150,6 +150,9 @@ int misc_init_r(void) + struct gpio *gpio6_base = (struct gpio *)OMAP34XX_GPIO6_BASE; + + beagle_identify(); ++ ++ printf("\nProbing for expansion boards, if none are connected you'll see a harmless I2C error.\n"); ++ + switch (get_expansion_id()) { + case TINCANTOOLS_ZIPPY: + printf("Recognized Tincantools Zippy expansion board (rev %d %s)\n", +-- +1.6.6.1 + |