diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:59 +1100 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:59 +1100 |
commit | c869e2ac46a7a8ca00d1fd24c6399ca8e256e244 (patch) | |
tree | 3b37dc4e76c760c3b000868659222cf5ec02a37a /arch/i386/cpu | |
parent | fb0029088e5b9d3f31870715ad23dda4a2c6e7f3 (diff) | |
download | u-boot-imx-c869e2ac46a7a8ca00d1fd24c6399ca8e256e244.zip u-boot-imx-c869e2ac46a7a8ca00d1fd24c6399ca8e256e244.tar.gz u-boot-imx-c869e2ac46a7a8ca00d1fd24c6399ca8e256e244.tar.bz2 |
x86: Move call to dram_init_f into board_init_f
Diffstat (limited to 'arch/i386/cpu')
-rw-r--r-- | arch/i386/cpu/start.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/i386/cpu/start.S b/arch/i386/cpu/start.S index 77f0332..fd018bf 100644 --- a/arch/i386/cpu/start.S +++ b/arch/i386/cpu/start.S @@ -93,9 +93,6 @@ car_init_ret: subl $1b, %ecx movl %ecx, (GD_LOAD_OFF * 4)(%ebp) - /* size memory */ - call dram_init_f - /* Set parameter to board_init_f() to boot flags */ movl (GD_FLAGS * 4)(%ebp), %eax |