diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-18 22:44:38 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-18 22:44:38 +0200 |
commit | fcfed4f2f234836a0b308fd0a782f4625cd40bad (patch) | |
tree | c506ac3af7a1cda947d10e051e62cd669105a6f1 /board/v38b/v38b.c | |
parent | 3231ea64f460e6f55fea14582f2b0dd463744113 (diff) | |
download | u-boot-imx-fcfed4f2f234836a0b308fd0a782f4625cd40bad.zip u-boot-imx-fcfed4f2f234836a0b308fd0a782f4625cd40bad.tar.gz u-boot-imx-fcfed4f2f234836a0b308fd0a782f4625cd40bad.tar.bz2 |
Coding Style cleanup.
Diffstat (limited to 'board/v38b/v38b.c')
-rw-r--r-- | board/v38b/v38b.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/v38b/v38b.c b/board/v38b/v38b.c index c56c6c8..99fe7db 100644 --- a/board/v38b/v38b.c +++ b/board/v38b/v38b.c @@ -250,4 +250,3 @@ void hw_watchdog_reset(void) { /* TODO fill this in */ } - |