summaryrefslogtreecommitdiff
path: root/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c')
-rw-r--r--board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c b/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c
index 1725459..02beb5c 100644
--- a/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c
+++ b/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c
@@ -9,9 +9,11 @@
#include <config.h>
#include <asm/leon.h>
-phys_size_t initdram(void)
+int initdram(void)
{
- return 1;
+ /* Does not set gd->ram_size here */
+
+ return 0;
}
int checkboard(void)