]> git.sur5r.net Git - u-boot/blobdiff - lib_ppc/board.c
remove "static" from "ide_dev_desc" to use it from external code
[u-boot] / lib_ppc / board.c
index 10f70087a392c81cf21e951ea05c64f2d9633d65..92ebbd9411cfd53ed1922ac5debf0fb7b8fddb84 100644 (file)
@@ -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