From patchwork Wed Oct 10 23:13:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v2,10/10] x86: Remove coreboot start16 code From: Simon Glass X-Patchwork-Id: 190815 Message-Id: <1349910781-32088-11-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Date: Wed, 10 Oct 2012 16:13:01 -0700 Now that coreboot doesn't need the start16 code, remove it. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to remove coreboot start16 code. board/chromebook-x86/coreboot/coreboot_start16.S | 13 ------------- 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 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