diff options
Diffstat (limited to 'board/sandbox/sandbox.c')
-rw-r--r-- | board/sandbox/sandbox.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/sandbox/sandbox.c b/board/sandbox/sandbox.c index d97945e58fc..0dc23a27dfc 100644 --- a/board/sandbox/sandbox.c +++ b/board/sandbox/sandbox.c @@ -101,12 +101,6 @@ enum env_location env_get_location(enum env_operation op, int prio) int dram_init(void) { - gd->ram_size = CFG_SYS_SDRAM_SIZE; - return 0; -} - -int board_init(void) -{ return 0; } |