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 | olio-uboot-2014.01-fcfed4f2f234836a0b308fd0a782f4625cd40bad.tar.xz olio-uboot-2014.01-fcfed4f2f234836a0b308fd0a782f4625cd40bad.zip | |
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 c56c6c84d..99fe7dbc3 100644 --- a/board/v38b/v38b.c +++ b/board/v38b/v38b.c @@ -250,4 +250,3 @@ void hw_watchdog_reset(void) { /* TODO fill this in */ } - |