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 /doc/README.x86 | |
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 'doc/README.x86')
-rw-r--r-- | doc/README.x86 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.x86 b/doc/README.x86 index c96a22cb08..92f41283be 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -320,7 +320,7 @@ Offset Description Controlling config 6ef000 Environment CONFIG_ENV_OFFSET 6f0000 MRC cache CONFIG_ENABLE_MRC_CACHE 700000 u-boot-dtb.bin CONFIG_SYS_TEXT_BASE -790000 vga.bin CONFIG_VGA_BIOS_ADDR +7b0000 vga.bin CONFIG_VGA_BIOS_ADDR 7c0000 fsp.bin CONFIG_FSP_ADDR 7f8000 <spare> (depends on size of fsp.bin) 7ff800 U-Boot 16-bit boot CONFIG_SYS_X86_START16 |