Commit 917d3565b5c6f064250fece1eebd7dc0f78a1fc0

Authored by Bin Meng
1 parent 6b0fea3342

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>

Showing 2 changed files with 2 additions and 1 deletions Side-by-side Diff

configs/minnowmax_defconfig
... ... @@ -6,6 +6,7 @@
6 6 CONFIG_DEBUG_UART=y
7 7 CONFIG_SMP=y
8 8 CONFIG_HAVE_VGA_BIOS=y
  9 +CONFIG_VGA_BIOS_ADDR=0xfffb0000
9 10 CONFIG_GENERATE_PIRQ_TABLE=y
10 11 CONFIG_GENERATE_MP_TABLE=y
11 12 CONFIG_GENERATE_ACPI_TABLE=y
... ... @@ -320,7 +320,7 @@
320 320 6ef000 Environment CONFIG_ENV_OFFSET
321 321 6f0000 MRC cache CONFIG_ENABLE_MRC_CACHE
322 322 700000 u-boot-dtb.bin CONFIG_SYS_TEXT_BASE
323   -790000 vga.bin CONFIG_VGA_BIOS_ADDR
  323 +7b0000 vga.bin CONFIG_VGA_BIOS_ADDR
324 324 7c0000 fsp.bin CONFIG_FSP_ADDR
325 325 7f8000 <spare> (depends on size of fsp.bin)
326 326 7ff800 U-Boot 16-bit boot CONFIG_SYS_X86_START16