diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-27 08:38:17 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-09 07:48:03 -0600 |
commit | cc6ae979e25f6b3c1db54ea0b11c1ab5be12a722 (patch) | |
tree | 1289a13dfda9f225c62cb39565cde46038033552 /configs/bayleybay_defconfig | |
parent | 7f72cdf94c9e4367ea984e9917c8270ae2bb2142 (diff) | |
download | u-boot-imx-cc6ae979e25f6b3c1db54ea0b11c1ab5be12a722.zip u-boot-imx-cc6ae979e25f6b3c1db54ea0b11c1ab5be12a722.tar.gz u-boot-imx-cc6ae979e25f6b3c1db54ea0b11c1ab5be12a722.tar.bz2 |
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 <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/bayleybay_defconfig')
-rw-r--r-- | configs/bayleybay_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bayleybay_defconfig b/configs/bayleybay_defconfig index 13bd282..766576d 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 |