]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Remove coreboot start16 code
authorSimon Glass <sjg@chromium.org>
Tue, 27 Nov 2012 21:08:12 +0000 (21:08 +0000)
committerSimon Glass <sjg@chromium.org>
Wed, 28 Nov 2012 19:40:05 +0000 (11:40 -0800)
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>
board/chromebook-x86/coreboot/coreboot_start16.S
include/configs/coreboot.h

index 9ad06df8bc643a411179adeb1e7e3bca71b2c76b..6b3d92d61a7fb87e18f98ff91d9c80914ae2af4a 100644 (file)
  * 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
index 8d3c21f05dbfe055233c754f0f00ffb58152e8d2..12d101652223e559afc7afe750c9972d6436291d 100644 (file)
@@ -37,7 +37,7 @@
 #define CONFIG_SYS_COREBOOT
 #undef CONFIG_SHOW_BOOT_PROGRESS
 #define CONFIG_LAST_STAGE_INIT
-
+#define CONFIG_X86_NO_RESET_VECTOR
 
 /*-----------------------------------------------------------------------
  * Watchdog Configuration