diff mbox

[U-Boot,v4,8/9] x86: Remove coreboot start16 code

Message ID 1353910336-7193-9-git-send-email-sjg@chromium.org
State Superseded, archived
Headers show

Commit Message

Simon Glass Nov. 26, 2012, 6:12 a.m. UTC
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>
---
Changes in v4:
- Remove CONFIG_SYS_X86_RESET_VECTOR from coreboot.h

Changes in v3: None
Changes in v2:
- Add new patch to remove coreboot start16 code.

 board/chromebook-x86/coreboot/coreboot_start16.S |   13 -------------
 include/configs/coreboot.h                       |    3 ---
 2 files changed, 0 insertions(+), 16 deletions(-)
diff mbox

Patch

diff --git a/board/chromebook-x86/coreboot/coreboot_start16.S b/board/chromebook-x86/coreboot/coreboot_start16.S
index 9ad06df..6b3d92d 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
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 699c65f..4999477 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -38,9 +38,6 @@ 
 #undef CONFIG_SHOW_BOOT_PROGRESS
 #define CONFIG_LAST_STAGE_INIT
 
-/* Define this for now, will be removed in a later patch */
-#define CONFIG_SYS_X86_RESET_VECTOR
-
 /*-----------------------------------------------------------------------
  * Watchdog Configuration
  */