ARM: mxs: Receive r0 and r1 passed from BootROM
[oweals/u-boot.git] / board / schulercontrol / sc_sps_1 / spl_boot.c
index 1fe9224e5a1c5d9b6d24198bedfb73f1abb9c12b..60195c3a7d1dee237604a06198b12b62508b8016 100644 (file)
@@ -138,9 +138,9 @@ const iomux_cfg_t iomux_setup[] = {
        MX28_PAD_GPMI_D06__GPIO_0_6 | MUX_CONFIG_LED,
 };
 
-void board_init_ll(void)
+void board_init_ll(const uint32_t arg, const uint32_t *resptr)
 {
-       mxs_common_spl_init(iomux_setup, ARRAY_SIZE(iomux_setup));
+       mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup));
 }
 
 void mxs_adjust_memory_params(uint32_t *dram_vals)