1 From 653c13d956b189c05e6c02077dbd85cba8ff490b Mon Sep 17 00:00:00 2001
2 From: Koen Kooi <koen@dominion.thruhere.net>
3 Date: Wed, 31 Mar 2010 14:24:25 +0200
4 Subject: [PATCH 23/50] beagleboard: display message about I2C errors being expected when no expansion boards are present
7 board/ti/beagle/beagle.c | 3 +++
8 1 files changed, 3 insertions(+), 0 deletions(-)
10 diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
11 index 8c5b88c..c9c9a58 100644
12 --- a/board/ti/beagle/beagle.c
13 +++ b/board/ti/beagle/beagle.c
14 @@ -150,6 +150,9 @@ int misc_init_r(void)
15 struct gpio *gpio6_base = (struct gpio *)OMAP34XX_GPIO6_BASE;
19 + printf("\nProbing for expansion boards, if none are connected you'll see a harmless I2C error.\n");
21 switch (get_expansion_id()) {
22 case TINCANTOOLS_ZIPPY:
23 printf("Recognized Tincantools Zippy expansion board (rev %d %s)\n",