diff options
author | Wolfgang Denk <wd@denx.de> | 2008-03-26 00:52:10 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-26 00:52:10 +0100 |
commit | aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855 (patch) | |
tree | 4c53121606075b464118742843bf99bc7ab79652 /cpu/mpc8xx | |
parent | 6525489323e5ab88cda947b4bc5a228ee624a75c (diff) |
Coding Style cleanyp; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'cpu/mpc8xx')
-rw-r--r-- | cpu/mpc8xx/cpu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/mpc8xx/cpu.c b/cpu/mpc8xx/cpu.c index a86598e32e7..ec6a3fd5d69 100644 --- a/cpu/mpc8xx/cpu.c +++ b/cpu/mpc8xx/cpu.c @@ -634,6 +634,4 @@ void reset_8xx_watchdog (volatile immap_t * immr) immr->im_siu_conf.sc_swsr = 0xaa39; /* write magic2 */ # endif /* CONFIG_LWMON */ } - #endif /* CONFIG_WATCHDOG */ - |