]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Set CONFIG_NR_DRAM_BANKS to 8 and move it to x86-common.h
authorBin Meng <bmeng.cn@gmail.com>
Thu, 7 May 2015 13:34:10 +0000 (21:34 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:48:14 +0000 (22:48 +0200)
commit50e0f522336d1effd02d140d2ac99581d5a6238d
tree16f827bb0520aac4b3e4b406b126638e1dac4df4
parent3fb2dc0aee47cdf545025d073d978cc20b101191
x86: Set CONFIG_NR_DRAM_BANKS to 8 and move it to x86-common.h

Some x86 boards set CONFIG_NR_DRAM_BANKS to 1, which causes incorrect
DRAM size printed when booting from coreboot, like this:

CPU: x86, vendor Intel, device 663h
DRAM:  636 KiB
Using default environment

Change it to 8 which should be enough for both coreboot and bare
cases, and move it to x86-common.h.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
include/configs/crownbay.h
include/configs/galileo.h
include/configs/minnowmax.h
include/configs/qemu-x86.h
include/configs/x86-chromebook.h
include/configs/x86-common.h