rockchip: Add support for chromebook_bob
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-rockchip / sys_proto.h
index 925fcc8..928e4f2 100644 (file)
@@ -29,4 +29,7 @@ static void configure_l2ctlr(void)
 }
 #endif /* CONFIG_ROCKCHIP_RK3288 */
 
+/* provided to defeat compiler optimisation in board_init_f() */
+void gru_dummy_function(int i);
+
 #endif /* _ASM_ARCH_SYS_PROTO_H */