summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2008-09-03 17:15:45 +0200
committerStefan Roese <sr@denx.de>2008-09-03 17:21:38 +0200
commit7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405 (patch)
tree5194976cc670adae8314ba7ad347e82784641645 /board
parent7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b (diff)
downloadtalos-obmc-uboot-7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405.tar.gz
talos-obmc-uboot-7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405.zip
ppx4xx: Fix broken DASA_SIM board
This patch adds initdram() to DASA_SIM boards that has been removed accidentally by a previous commit. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Signed-off-by: Stefan Roese <sr@denx.de>
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 def035414b..4cc3a2f45d 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);
+}
OpenPOWER on IntegriCloud