]> git.sur5r.net Git - u-boot/blobdiff - board/keymile/km83xx/km83xx.c
powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c
[u-boot] / board / keymile / km83xx / km83xx.c
index f9186e813b92292d70a4e75dbc35ce3788db5856..17560c8dbae52ba8c028d7b76aa378d7736280e9 100644 (file)
@@ -190,6 +190,12 @@ int misc_init_r(void)
        return 0;
 }
 
+int last_stage_init(void)
+{
+       set_km_env();
+       return 0;
+}
+
 int fixed_sdram(void)
 {
        immap_t *im = (immap_t *)CONFIG_SYS_IMMR;