diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-10-07 02:43:52 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-10-19 11:37:51 +0800 |
commit | 917d3565b5c6f064250fece1eebd7dc0f78a1fc0 (patch) | |
tree | dfbf5ec7a7d550782abe93669cb6b7010f524a39 /configs | |
parent | 6b0fea33424dcce82b6df0c6b3774601eb1ff36a (diff) | |
download | u-boot-917d3565b5c6f064250fece1eebd7dc0f78a1fc0.tar.gz |
x86: minnowmax: Adjust VGA rom address
Adjust VGA rom address to 0xfffb0000 so that u-boot.rom image
can be built again.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/minnowmax_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig index fc2564cd7d..d1332d369d 100644 --- a/configs/minnowmax_defconfig +++ b/configs/minnowmax_defconfig @@ -6,6 +6,7 @@ CONFIG_INTERNAL_UART=y CONFIG_DEBUG_UART=y CONFIG_SMP=y CONFIG_HAVE_VGA_BIOS=y +CONFIG_VGA_BIOS_ADDR=0xfffb0000 CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y CONFIG_GENERATE_ACPI_TABLE=y |