diff options
author | Wolfgang Denk <wd@denx.de> | 2008-09-13 02:23:05 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-13 02:23:05 +0200 |
commit | f12e4549b6fb01cd2654348af95a3c7a6ac161e7 (patch) | |
tree | 725ff6a5ad3b615b0e94c42bc2834a9e70f18d8e /cpu/mcf52x2 | |
parent | 0c32565f536609d78feef35c88bbc39d3ac53a73 (diff) |
Coding style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'cpu/mcf52x2')
-rw-r--r-- | cpu/mcf52x2/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mcf52x2/cpu.c b/cpu/mcf52x2/cpu.c index 167097a79..c25670d41 100644 --- a/cpu/mcf52x2/cpu.c +++ b/cpu/mcf52x2/cpu.c @@ -334,4 +334,3 @@ int cpu_eth_init(bd_t *bis) return mcffec_initialize(bis); } #endif - |