]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppx4xx: Fix broken DASA_SIM board
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Wed, 3 Sep 2008 15:15:45 +0000 (17:15 +0200)
committerStefan Roese <sr@denx.de>
Wed, 3 Sep 2008 15:21:38 +0000 (17:21 +0200)
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>
board/esd/dasa_sim/dasa_sim.c

index def035414b53c751ee94a5ece3a8546bdf27c668..4cc3a2f45dbe5eceb38ff44df838604a5c275a34 100644 (file)
@@ -202,3 +202,8 @@ int checkboard (void)
 
        return 0;
 }
+
+phys_size_t initdram (int board_type)
+{
+       return (16 * 1024 * 1024);
+}