-
- Downloads
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>
Showing
- include/configs/crownbay.h 0 additions, 2 deletionsinclude/configs/crownbay.h
- include/configs/galileo.h 0 additions, 2 deletionsinclude/configs/galileo.h
- include/configs/minnowmax.h 0 additions, 2 deletionsinclude/configs/minnowmax.h
- include/configs/qemu-x86.h 0 additions, 2 deletionsinclude/configs/qemu-x86.h
- include/configs/x86-chromebook.h 0 additions, 1 deletioninclude/configs/x86-chromebook.h
- include/configs/x86-common.h 1 addition, 0 deletionsinclude/configs/x86-common.h
Please register or sign in to comment