commit | 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Nov 02 16:14:22 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 02 16:14:22 2008 +0100 |
tree | 8cda4daa32f477368ab3690cdfc879c610ef1b03 | |
parent | 3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb [diff] [blame] |
Coding Style cleanup, update CHANGELOG Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c index fce4eff..a436f75 100644 --- a/lib_ppc/bootm.c +++ b/lib_ppc/bootm.c
@@ -173,7 +173,7 @@ #if (CONFIG_NUM_CPUS > 1) /* if we are MP make sure to flush the dcache() to any changes are made * visibile to all other cores */ - flush_dcache(); + flush_dcache(); #endif return ; }