X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib_ppc%2Fboard.c;h=92ebbd9411cfd53ed1922ac5debf0fb7b8fddb84;hb=fa838874cf29a18ce11371c048358f683c74ff0e;hp=10f70087a392c81cf21e951ea05c64f2d9633d65;hpb=983fda8391fa0ccfd4e0fd0bfb5a5e662e07b222;p=u-boot diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 10f70087a3..92ebbd9411 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -505,14 +505,14 @@ void board_init_f (ulong bootflag) /* store bootparam to sram (backward compatible), here? */ { - u32 *sram = (u32 *)CFG_SRAM_BASE; - *sram++ = gd->ram_size; - *sram++ = gd->bus_clk; - *sram++ = gd->inp_clk; - *sram++ = gd->cpu_clk; - *sram++ = gd->vco_clk; - *sram++ = gd->flb_clk; - *sram++ = 0xb8c3ba11; /* boot signature */ + u32 *sram = (u32 *)CFG_SRAM_BASE; + *sram++ = gd->ram_size; + *sram++ = gd->bus_clk; + *sram++ = gd->inp_clk; + *sram++ = gd->cpu_clk; + *sram++ = gd->vco_clk; + *sram++ = gd->flb_clk; + *sram++ = 0xb8c3ba11; /* boot signature */ } #endif