]> git.sur5r.net Git - u-boot/blobdiff - include/fsl_ddr_sdram.h
sunxi: HYP/non-sec: configure CNTFRQ on all CPUs
[u-boot] / include / fsl_ddr_sdram.h
index e39b716188f5609f5252ed56b9d98f6d1a979bda..e8a2db91cb7e115275ae13c70a498de4ee518239 100644 (file)
@@ -406,6 +406,10 @@ static int __board_need_mem_reset(void)
 int board_need_mem_reset(void)
        __attribute__((weak, alias("__board_need_mem_reset")));
 
+void __weak board_mem_sleep_setup(void)
+{
+}
+
 /*
  * The 85xx boards have a common prototype for fixed_sdram so put the
  * declaration here.