blob: a7b2c0172d4b67d60aece1be39a7d740166323b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From caf18bc716d77d7bf2c75bc58ffbcbf09ae79f2b Mon Sep 17 00:00:00 2001
From: Koen Kooi <koen@dominion.thruhere.net>
Date: Tue, 27 Apr 2010 13:45:28 +0200
Subject: [PATCH 33/37] OMAP3: beagle: prettify expansionboard message a bit
---
board/ti/beagle/beagle.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 6778499..58fb7c3 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle/beagle.c
@@ -165,7 +165,7 @@ int misc_init_r(void)
beagle_identify();
- printf("\nProbing for expansion boards, if none are connected you'll see a harmless I2C error.\n");
+ printf("\nProbing for expansion boards, if none are connected you'll see a harmless I2C error.\n\n");
switch (get_expansion_id()) {
case TINCANTOOLS_ZIPPY:
--
1.6.6.1
|