diff options
| author | Wolfgang Denk <wd@denx.de> | 2009-07-23 22:23:23 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-07-23 22:23:23 +0200 |
| commit | 28958b8bea4c66629c5a22fd3c8b0d49df90383d (patch) | |
| tree | f08a1dd5900656d90ef5af09843539d4956849b8 /common/cmd_net.c | |
| parent | 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6 (diff) | |
| download | olio-uboot-2014.01-28958b8bea4c66629c5a22fd3c8b0d49df90383d.tar.xz olio-uboot-2014.01-28958b8bea4c66629c5a22fd3c8b0d49df90383d.zip | |
Coding Style cleanup; update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/cmd_net.c')
| -rw-r--r-- | common/cmd_net.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_net.c b/common/cmd_net.c index ac706ae8d..88f4e5bae 100644 --- a/common/cmd_net.c +++ b/common/cmd_net.c @@ -401,4 +401,3 @@ U_BOOT_CMD( ); #endif /* CONFIG_CMD_DNS */ - |