From 94f13becd26989e9ee17673bc3211fd180d911af Mon Sep 17 00:00:00 2001
From: Holger Freyther <ich@tamarin.(none)>
Date: Sat, 26 Jul 2008 08:51:02 +0200
Subject: [PATCH] [gta02] Remove the code as it is marked liked this
     We can read the PCB version from kernel/user space so I assume
     we do not need this anymore.

---
 board/neo1973/gta02/gta02.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/board/neo1973/gta02/gta02.c b/board/neo1973/gta02/gta02.c
index e77359b..6162f37 100644
--- a/board/neo1973/gta02/gta02.c
+++ b/board/neo1973/gta02/gta02.c
@@ -309,13 +309,6 @@ static void set_revision(void)
 		}
 	}
 	sprintf(__cfg_prompt, "GTA02v%d # ", gta02_revision);
-
-#if 1 /* remove these after checking that Andy doesn't need them anymore */
-	printf("PCB rev: 0x%03X\n", rev);
-	/* expose in the env so we can add to kernel commandline */
-	sprintf(buf, "0x%03X", rev);
-	setenv("pcb_rev", buf);
-#endif
 }
 
 static void poll_charger(void)
-- 
1.5.4.3

