X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib_ppc%2Fbootm.c;fp=lib_ppc%2Fbootm.c;h=b893146fcb5be2cdb17ddb4941a9f64393d7b046;hb=438a4c11260b4ea9805039b0b4f92f9df5306b02;hp=89463e342f0f4accb4175ed1f67961986b397205;hpb=b951f8d31711f3f10ad119ddcf5a3d0afe14d561;p=u-boot diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c index 89463e342f..b893146fcb 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;