From 87bb4fe86993f70dcd0aca10fa2e6692976f05fc Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 22 Oct 2018 14:07:56 +0200 Subject: x86: theadorable-x86-xxx_defconfig: Move VGA BIOS to make room for U-Boot The build breaks because its not fitting the U-Boot binary into the ROM image. So lets move VGA BIOS a bit to make room for the grown U-Boot binary. Signed-off-by: Stefan Roese Reviewed-by: Bin Meng --- configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig') diff --git a/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig b/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig index e9febb465b..29e62041c2 100644 --- a/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig +++ b/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig @@ -6,7 +6,7 @@ CONFIG_INTERNAL_UART=y CONFIG_FLASH_DESCRIPTOR_FILE="descriptor-pcie-x4.bin" CONFIG_SMP=y CONFIG_HAVE_VGA_BIOS=y -CONFIG_VGA_BIOS_ADDR=0xfffa0000 +CONFIG_VGA_BIOS_ADDR=0xfffb0000 CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y CONFIG_GENERATE_ACPI_TABLE=y -- cgit v1.2.3