summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/start.S
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2011-11-08 02:33:17 +0000
committerGraeme Russ <graeme.russ@gmail.com>2011-11-29 21:04:06 +1100
commitfacc9e7bf42e3578d7e7cecf1727f31badeee6bd (patch)
treea90fa30610a3e35463648384949af2edac5cd8fb /arch/x86/cpu/start.S
parent63a90bfb7e2794489acc708835958e1e4a6ea1d6 (diff)
downloadu-boot-imx-facc9e7bf42e3578d7e7cecf1727f31badeee6bd.zip
u-boot-imx-facc9e7bf42e3578d7e7cecf1727f31badeee6bd.tar.gz
u-boot-imx-facc9e7bf42e3578d7e7cecf1727f31badeee6bd.tar.bz2
x86: Punt cold- and warm-boot flags
Nobody uses them anyway Signed-off-by: Graeme Russ <graeme.russ@gmail.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/x86/cpu/start.S')
-rw-r--r--arch/x86/cpu/start.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/cpu/start.S b/arch/x86/cpu/start.S
index 306fb49..1634eb1 100644
--- a/arch/x86/cpu/start.S
+++ b/arch/x86/cpu/start.S
@@ -53,8 +53,6 @@ _x86boot_start:
movl %eax, %cr0
wbinvd
- /* Tell 32-bit code it is being entered from an in-RAM copy */
- movw $GD_FLG_WARM_BOOT, %bx
_start:
/* This is the 32-bit cold-reset entry point */