summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/u-boot.lds
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 /arch/x86/cpu/u-boot.lds
parenta32e626f92415290b7924930a7e3b80df6884090 (diff)
downloadblackbird-obmc-uboot-588a13f742b6d63ac7d5631af11baa01f3a9e80f.tar.gz
blackbird-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 'arch/x86/cpu/u-boot.lds')
-rw-r--r--arch/x86/cpu/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/u-boot.lds b/arch/x86/cpu/u-boot.lds
index 0c6f0e31d8..2313cd793a 100644
--- a/arch/x86/cpu/u-boot.lds
+++ b/arch/x86/cpu/u-boot.lds
@@ -86,7 +86,7 @@ SECTIONS
__bios_start = LOADADDR(.bios);
__bios_size = SIZEOF(.bios);
-#ifndef CONFIG_X86_NO_RESET_VECTOR
+#ifdef CONFIG_X86_RESET_VECTOR
/*
* The following expressions place the 16-bit Real-Mode code and
OpenPOWER on IntegriCloud