fb: Add a prototype for board_video_skip()
[platform/kernel/u-boot.git] / board / freescale / t1040qds / t1040qds.c
index 2aa176c..de3ea5c 100644 (file)
@@ -239,3 +239,8 @@ void qixis_dump_switch(void)
                printf("SW%d = (0x%02x)\n", i, QIXIS_READ(cms[1]));
        }
 }
+
+int board_need_mem_reset(void)
+{
+       return 1;
+}