On 8 May 2015 at 11:36, Simon Glass <s...@chromium.org> wrote:
> On 7 May 2015 at 07:34, Bin Meng <bmeng...@gmail.com> wrote:
>> 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...@gmail.com>
>>
>> ---
>>
>> Changes in v2:
>> - New patch to set CONFIG_NR_DRAM_BANKS to 8 and move it to x86-common.h
>>
>>  include/configs/crownbay.h       | 2 --
>>  include/configs/galileo.h        | 2 --
>>  include/configs/minnowmax.h      | 2 --
>>  include/configs/qemu-x86.h       | 2 --
>>  include/configs/x86-chromebook.h | 1 -
>>  include/configs/x86-common.h     | 1 +
>>  6 files changed, 1 insertion(+), 9 deletions(-)
>
> Acked-by: Simon Glass <s...@chromium.org>

Applied to u-boot-x86, thanks!
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to