diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-27 08:38:16 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-09 07:48:03 -0600 |
commit | 7f72cdf94c9e4367ea984e9917c8270ae2bb2142 (patch) | |
tree | 499ecbbce095b0b04202494f185818f003f123dc /doc | |
parent | e6378e1da2eafb2facef8e0fe904ac1194d4fd62 (diff) | |
download | u-boot-imx-7f72cdf94c9e4367ea984e9917c8270ae2bb2142.zip u-boot-imx-7f72cdf94c9e4367ea984e9917c8270ae2bb2142.tar.gz u-boot-imx-7f72cdf94c9e4367ea984e9917c8270ae2bb2142.tar.bz2 |
x86: doc: Change to use CONFIG_VGA_BIOS_ADDR
CONFIG_X86_OPTION_ROM_ADDR has been renamed to CONFIG_VGA_BIOS_ADDR.
Update the doc to refer to the new name.
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 'doc')
-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 3bab5cf..5f9c46f 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -189,7 +189,7 @@ Offset Description Controlling config 001000 me.bin Set by the descriptor 500000 <spare> 700000 u-boot-dtb.bin CONFIG_SYS_TEXT_BASE -790000 vga.bin CONFIG_X86_OPTION_ROM_ADDR +790000 vga.bin CONFIG_VGA_BIOS_ADDR 7c0000 fsp.bin CONFIG_FSP_ADDR 7f8000 <spare> (depends on size of fsp.bin) 7fe000 Environment CONFIG_ENV_OFFSET |