mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
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>
This commit is contained in:
parent
7e410aa30f
commit
7deb3b3ecd
@ -202,3 +202,8 @@ int checkboard (void)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
phys_size_t initdram (int board_type)
|
||||||
|
{
|
||||||
|
return (16 * 1024 * 1024);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user