aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-git/beagleboard/0011-OMAP3-beagle-prettify-expansionboard-message-a-bit.patch
blob: 04bea2c18c0315aed98d97c43e639ec3ff1eb4d9 (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 cd82c1f2db57407bc6571a3221937c14924cc440 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 11/14] 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