diff options
author | Simon Glass <sjg@chromium.org> | 2013-02-14 04:18:54 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2013-02-14 20:18:58 -0800 |
commit | 588a13f742b6d63ac7d5631af11baa01f3a9e80f (patch) | |
tree | 1d1ed84ebb4e22f2e938d05071c412e7419f1ffb /README | |
parent | a32e626f92415290b7924930a7e3b80df6884090 (diff) |
x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR
Invert the polarity of this option to simplify the Makefile logic.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Gabe Black <gabeblack@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3816,9 +3816,9 @@ Low Level (hardware related) configuration options: be used if available. These functions may be faster under some conditions but may increase the binary size. -- CONFIG_X86_NO_RESET_VECTOR - If defined, the x86 reset vector code is excluded. You will need - to do this when U-Boot is running from Coreboot. +- CONFIG_X86_RESET_VECTOR + If defined, the x86 reset vector code is included. This is not + needed when U-Boot is running from Coreboot. - CONFIG_X86_NO_REAL_MODE If defined, x86 real mode code is omitted. This assumes a |