summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/esd/dasa_sim/dasa_sim.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/esd/dasa_sim/dasa_sim.c b/board/esd/dasa_sim/dasa_sim.c
index def035414..4cc3a2f45 100644
--- a/board/esd/dasa_sim/dasa_sim.c
+++ b/board/esd/dasa_sim/dasa_sim.c
@@ -202,3 +202,8 @@ int checkboard (void)
return 0;
}
+
+phys_size_t initdram (int board_type)
+{
+ return (16 * 1024 * 1024);
+}