]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Use the standard dram_init() function
authorSimon Glass <sjg@chromium.org>
Thu, 6 Nov 2014 20:20:05 +0000 (13:20 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:24:09 +0000 (07:24 +0100)
commit07387d1769c7cc29ff2402117148477263c4c5ce
treed3e88335fbd000096018a6cff5ffdb75b1936363
parent76f90f3020433a2d06d9ebf897f65862d6248c8e
x86: Use the standard dram_init() function

Instead of having an x86-specific DRAM init function, adjust things so we
can use the normal one.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/coreboot/sdram.c
arch/x86/include/asm/u-boot-x86.h
common/board_f.c