704467e93e32b2470dc4b152266fedeb46946480
[openembedded.git] /
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
5
6 ---
7  board/ti/beagle/beagle.c |    3 +++
8  1 files changed, 3 insertions(+), 0 deletions(-)
9
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;
16  
17         beagle_identify();
18 +
19 +       printf("\nProbing for expansion boards, if none are connected you'll see a harmless I2C error.\n");
20 +
21         switch (get_expansion_id()) {
22                 case TINCANTOOLS_ZIPPY:
23                         printf("Recognized Tincantools Zippy expansion board (rev %d %s)\n",
24 -- 
25 1.6.6.1
26