summaryrefslogtreecommitdiffstats
path: root/board/chromebook-x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-11-27 21:08:12 +0000
committerSimon Glass <sjg@chromium.org>2012-11-28 11:40:05 -0800
commitcd23e6923f371b16b9ee9f115d15c9dd46c2f558 (patch)
tree6560986174a3ddf40a0d2decde5472f7ecec9c01 /board/chromebook-x86
parent82e73f0e3da3ae8b1a6a14dafa8af38d140fb1b2 (diff)
downloadblackbird-obmc-uboot-cd23e6923f371b16b9ee9f115d15c9dd46c2f558.tar.gz
blackbird-obmc-uboot-cd23e6923f371b16b9ee9f115d15c9dd46c2f558.zip
x86: Remove coreboot start16 code
Now that coreboot doesn't need the start16 code, remove it. We need to remove the CONFIG_SYS_X86_RESET_VECTOR option from coreboot.h also. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/chromebook-x86')
-rw-r--r--board/chromebook-x86/coreboot/coreboot_start16.S13
1 files changed, 0 insertions, 13 deletions
diff --git a/board/chromebook-x86/coreboot/coreboot_start16.S b/board/chromebook-x86/coreboot/coreboot_start16.S
index 9ad06df8bc..6b3d92d61a 100644
--- a/board/chromebook-x86/coreboot/coreboot_start16.S
+++ b/board/chromebook-x86/coreboot/coreboot_start16.S
@@ -22,19 +22,6 @@
* MA 02111-1307 USA
*/
-/*
- * 16bit initialization code.
- * This code have to map the area of the boot flash
- * that is used by U-boot to its final destination.
- */
-
-.text
-.section .start16, "ax"
-.code16
-.globl board_init16
-board_init16:
- jmp board_init16_ret
-
.section .bios, "ax"
.code16
.globl realmode_reset
OpenPOWER on IntegriCloud