diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-07 23:51:09 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-08 13:52:34 +0200 |
commit | 7e8d48372b8638fcba78c99b8ce0128bec4eaafc (patch) | |
tree | ac3f0113be86ec043db94b0e2fcbb7d898c72fe5 /src/arch/x86/init | |
parent | 6beb1fe32512eb73c2e79f2ba7c1256d81fb74c6 (diff) |
arch: Trivial - drop trailing blank lines at EOF
Change-Id: I472f3b70226ea5236ba6fc231f0f257f0f0eed9d
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6206
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/arch/x86/init')
-rw-r--r-- | src/arch/x86/init/bootblock_normal.c | 1 | ||||
-rw-r--r-- | src/arch/x86/init/bootblock_simple.c | 1 |
2 files changed, 0 insertions, 2 deletions
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"); } - |