From 7e8d48372b8638fcba78c99b8ce0128bec4eaafc Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 7 Jul 2014 23:51:09 +1000 Subject: arch: Trivial - drop trailing blank lines at EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I472f3b70226ea5236ba6fc231f0f257f0f0eed9d Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6206 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/arch/x86/init/bootblock_normal.c | 1 - src/arch/x86/init/bootblock_simple.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/arch/x86/init') diff --git a/src/arch/x86/init/bootblock_normal.c b/src/arch/x86/init/bootblock_normal.c index f227e8e9dd..218d456ad3 100644 --- a/src/arch/x86/init/bootblock_normal.c +++ b/src/arch/x86/init/bootblock_normal.c @@ -49,4 +49,3 @@ static void main(unsigned long bist) /* duh. we're stuck */ asm volatile ("1:\n\thlt\n\tjmp 1b\n\t"); } - diff --git a/src/arch/x86/init/bootblock_simple.c b/src/arch/x86/init/bootblock_simple.c index 34f55cac35..179595a727 100644 --- a/src/arch/x86/init/bootblock_simple.c +++ b/src/arch/x86/init/bootblock_simple.c @@ -20,4 +20,3 @@ static void main(unsigned long bist) if (entry) call(entry, bist); asm volatile ("1:\n\thlt\n\tjmp 1b\n\t"); } - -- cgit v1.2.3