summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/start16.S
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2011-11-08 02:33:17 (GMT)
committerGraeme Russ <graeme.russ@gmail.com>2011-11-29 10:04:06 (GMT)
commitfacc9e7bf42e3578d7e7cecf1727f31badeee6bd (patch)
treea90fa30610a3e35463648384949af2edac5cd8fb /arch/x86/cpu/start16.S
parent63a90bfb7e2794489acc708835958e1e4a6ea1d6 (diff)
downloadu-boot-fsl-qoriq-facc9e7bf42e3578d7e7cecf1727f31badeee6bd.tar.xz
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/start16.S')
-rw-r--r--arch/x86/cpu/start16.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/cpu/start16.S b/arch/x86/cpu/start16.S
index 9dabff2..33e53cd 100644
--- a/arch/x86/cpu/start16.S
+++ b/arch/x86/cpu/start16.S
@@ -37,9 +37,6 @@
.code16
.globl start16
start16:
- /* Set the Cold Boot / Hard Reset flag */
- movl $GD_FLG_COLD_BOOT, %ebx
-
/*
* First we let the BSP do some early initialization
* this code have to map the flash to its final position