summaryrefslogtreecommitdiff
path: root/board/freescale/t1040qds
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2013-12-26 07:10:55 (GMT)
committerYork Sun <yorksun@freescale.com>2014-01-02 22:10:14 (GMT)
commit8c618dd66adfab736b88a86f51c057b019988a90 (patch)
treebdb67da577d3b5139c21a9f9317cc914cb33f708 /board/freescale/t1040qds
parent3bce144b46c29e75e729f23a3728923e50a41df3 (diff)
downloadu-boot-8c618dd66adfab736b88a86f51c057b019988a90.tar.xz
board/t1040qds: Enable memory reset control
Define QIXIS_RST_FORCE_MEM to reset on-board DDR-DIMM before start accessing it. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Diffstat (limited to 'board/freescale/t1040qds')
-rw-r--r--board/freescale/t1040qds/t1040qds.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/freescale/t1040qds/t1040qds.c b/board/freescale/t1040qds/t1040qds.c
index 2aa176c..de3ea5c 100644
--- a/board/freescale/t1040qds/t1040qds.c
+++ b/board/freescale/t1040qds/t1040qds.c
@@ -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;
+}