summaryrefslogtreecommitdiff
path: root/board/mpr2
diff options
context:
space:
mode:
Diffstat (limited to 'board/mpr2')
-rw-r--r--board/mpr2/mpr2.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/mpr2/mpr2.c b/board/mpr2/mpr2.c
index 7449e036e4..3788a390b8 100644
--- a/board/mpr2/mpr2.c
+++ b/board/mpr2/mpr2.c
@@ -11,8 +11,6 @@
#include <asm/io.h>
#include <asm/processor.h>
-DECLARE_GLOBAL_DATA_PTR;
-
int checkboard(void)
{
puts("BOARD: MPR2\n");
@@ -138,11 +136,3 @@ int board_init(void)
return 0;
}
-
-int dram_init(void)
-{
- gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
- gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE;
- printf("SDRAM: %dMB\n", CONFIG_SYS_SDRAM_SIZE / (1024 * 1024));
- return 0;
-}