diff options
Diffstat (limited to 'board/quad100hd/quad100hd.c')
-rw-r--r-- | board/quad100hd/quad100hd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/quad100hd/quad100hd.c b/board/quad100hd/quad100hd.c index 8118678..ffc47de 100644 --- a/board/quad100hd/quad100hd.c +++ b/board/quad100hd/quad100hd.c @@ -86,8 +86,3 @@ int checkboard(void) return 0; } - -phys_size_t initdram(int board_type) -{ - return CFG_SDRAM_SIZE; -} |