diff options
author | Wolfgang Denk <wd@denx.de> | 2008-11-02 16:14:22 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-11-02 16:14:22 +0100 |
commit | 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5 (patch) | |
tree | 8cda4daa32f477368ab3690cdfc879c610ef1b03 /lib_ppc/bootm.c | |
parent | 3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb (diff) | |
download | u-boot-imx-3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5.zip u-boot-imx-3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5.tar.gz u-boot-imx-3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5.tar.bz2 |
Coding Style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'lib_ppc/bootm.c')
-rw-r--r-- | lib_ppc/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ static void boot_prep_linux(void) #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 ; } |