Skip to content
Snippets Groups Projects
Commit 7deb3b3e authored by Matthias Fuchs's avatar Matthias Fuchs Committed by Stefan Roese
Browse files

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: default avatarMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 7e410aa3
No related branches found
No related tags found
No related merge requests found
...@@ -202,3 +202,8 @@ int checkboard (void) ...@@ -202,3 +202,8 @@ int checkboard (void)
return 0; return 0;
} }
phys_size_t initdram (int board_type)
{
return (16 * 1024 * 1024);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment