diff options
author | Marian Balakowicz | 2008-03-12 12:23:02 +0100 |
---|---|---|
committer | Marian Balakowicz | 2008-03-12 12:23:02 +0100 |
commit | 7e492d8258182e31c988bbf9917d4a3d41949d56 (patch) | |
tree | e9c9db79d797cf487107c019537c6bb00b854c6c /board/actux3 | |
parent | afe45c87e3c5d77bad76b1a57dccd20764d45b5d (diff) | |
parent | 30f1806f60978d707b0cff2d7bf89d141fc24290 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
Diffstat (limited to 'board/actux3')
-rw-r--r-- | board/actux3/actux3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/actux3/actux3.c b/board/actux3/actux3.c index 647e4e74f9c..812bc2b1a61 100644 --- a/board/actux3/actux3.c +++ b/board/actux3/actux3.c @@ -111,7 +111,6 @@ int board_init (void) */ int checkboard (void) { - char revision; char *s = getenv ("serial#"); puts ("Board: AcTux-3 rev."); |