From 438a4c11260b4ea9805039b0b4f92f9df5306b02 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Wed, 26 Mar 2008 11:48:46 +0100 Subject: Cleanup coding style, update CHANGELOG Signed-off-by: Wolfgang Denk --- lib_ppc/bootm.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib_ppc') diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c index 89463e3..b893146 100644 --- a/lib_ppc/bootm.c +++ b/lib_ppc/bootm.c @@ -310,7 +310,7 @@ static void set_clocks_in_mhz (bd_t *kbd) kbd->bi_cpmfreq /= 1000000L; kbd->bi_brgfreq /= 1000000L; kbd->bi_sccfreq /= 1000000L; - kbd->bi_vco /= 1000000L; + kbd->bi_vco /= 1000000L; #endif #if defined(CONFIG_MPC5xxx) kbd->bi_ipbfreq /= 1000000L; @@ -410,9 +410,9 @@ static int boot_get_fdt (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[], ulong image_start, image_end; ulong load_start, load_end; #if defined(CONFIG_FIT) - void *fit_hdr; - const char *fit_uname_config = NULL; - const char *fit_uname_fdt = NULL; + void *fit_hdr; + const char *fit_uname_config = NULL; + const char *fit_uname_fdt = NULL; ulong default_addr; int cfg_noffset; int fdt_noffset; -- cgit v1.1