From: Bin Meng Date: Thu, 27 Aug 2015 15:38:17 +0000 (-0700) Subject: x86: bayleybay: Change default vga bios rom address X-Git-Tag: v2015.10-rc4~206 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cc6ae979e25f6b3c1db54ea0b11c1ab5be12a722;p=u-boot x86: bayleybay: Change default vga bios rom address With multiple microcode blobs included, the generated u-boot-dtb.bin leaves merely several hundred bytes before the vga bios. Change the vga bios rom address to make a bigger room for u-boot-dtb.bin. Signed-off-by: Bin Meng Acked-by: Simon Glass Tested-by: Simon Glass --- diff --git a/configs/bayleybay_defconfig b/configs/bayleybay_defconfig index 13bd282024..766576df30 100644 --- a/configs/bayleybay_defconfig +++ b/configs/bayleybay_defconfig @@ -5,6 +5,7 @@ CONFIG_TARGET_BAYLEYBAY=y CONFIG_HAVE_INTEL_ME=y CONFIG_SMP=y CONFIG_HAVE_VGA_BIOS=y +CONFIG_VGA_BIOS_ADDR=0xfffa0000 CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y CONFIG_CMD_CPU=y