diff options
author | Stefan Roese <sr@denx.de> | 2009-01-26 10:15:23 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-01-26 10:40:43 +0100 |
commit | c8901f46a71ec16e084e604596a09e23bfb0f6ac (patch) | |
tree | d3149cc4f93a03c1c360f1b958de10b37e294a5a | |
parent | 91f33534728e6416d332ad2b53ad1d6fde57f7fc (diff) |
ppc4xx: Remove compilation warning in gdppc440etc.c
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | board/gdsys/gdppc440etx/gdppc440etx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/gdsys/gdppc440etx/gdppc440etx.c b/board/gdsys/gdppc440etx/gdppc440etx.c index e1890fff336..a661057438e 100644 --- a/board/gdsys/gdppc440etx/gdppc440etx.c +++ b/board/gdsys/gdppc440etx/gdppc440etx.c @@ -145,8 +145,6 @@ int misc_init_r(void) int checkboard(void) { char *s = getenv("serial#"); - u8 rev; - u8 val; printf("Board: GDPPC440ETX - G&D PPC440EP/GR ETX-module"); |