commit | 42fb70a1877aa816eb14d6575b04b9921930100d | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu May 07 21:34:10 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 04 02:39:38 2015 -0600 |
tree | 3c9bd5f278bbd82f92aa0afff7ab65300ac693ab | |
parent | f9bfac165916ff143c99bf25d9ea4b3c89991477 [diff] |
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>