diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:54 +1100 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:54 +1100 |
commit | 96cd66426a6a615373f7f33fb2a8b7ee3925b1cf (patch) | |
tree | 4adf528d0ce2fb58f0c90933fd86c5b60a3be0fe /board/eNET/eNET.c | |
parent | ed4cba79d640daa33806fa228c1a10c6bf9e2101 (diff) | |
download | u-boot-imx-96cd66426a6a615373f7f33fb2a8b7ee3925b1cf.zip u-boot-imx-96cd66426a6a615373f7f33fb2a8b7ee3925b1cf.tar.gz u-boot-imx-96cd66426a6a615373f7f33fb2a8b7ee3925b1cf.tar.bz2 |
sc520: Move RAM sizing code from asm to C
Diffstat (limited to 'board/eNET/eNET.c')
-rw-r--r-- | board/eNET/eNET.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/eNET/eNET.c b/board/eNET/eNET.c index e64a395..dd0ce54 100644 --- a/board/eNET/eNET.c +++ b/board/eNET/eNET.c @@ -160,12 +160,6 @@ int board_early_init_r(void) return 0; } -int dram_init(void) -{ - init_sc520_dram(); - return 0; -} - void show_boot_progress(int val) { uchar led_mask; |