summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-02-14 04:18:54 +0000
committerSimon Glass <sjg@chromium.org>2013-02-14 20:18:58 -0800
commit588a13f742b6d63ac7d5631af11baa01f3a9e80f (patch)
tree1d1ed84ebb4e22f2e938d05071c412e7419f1ffb /README
parenta32e626f92415290b7924930a7e3b80df6884090 (diff)
downloadtalos-obmc-uboot-588a13f742b6d63ac7d5631af11baa01f3a9e80f.tar.gz
talos-obmc-uboot-588a13f742b6d63ac7d5631af11baa01f3a9e80f.zip
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--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 2352e3862b..6106e0d2aa 100644
--- a/README
+++ b/README
@@ -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
OpenPOWER on IntegriCloud