diff options
Diffstat (limited to 'lib_ppc/bootm.c')
-rw-r--r-- | lib_ppc/bootm.c | 8 |
1 files changed, 4 insertions, 4 deletions
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; |