diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2015-06-06 19:48:25 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-06-08 00:55:07 +0200 |
commit | 52648623e03e6769ae73ef8ee999d671fb657d62 (patch) | |
tree | 2e0c7675c40463cb7864b0b119e50eeadf892a78 /src/arch/riscv | |
parent | 4ba3b79537008b4d2448848901212cf2251188d1 (diff) |
Remove empty lines at end of file
Used command line to remove empty lines at end of file:
find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;
Change-Id: I816ac9666b6dbb7c7e47843672f0d5cc499766a3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: http://review.coreboot.org/10446
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/arch/riscv')
-rw-r--r-- | src/arch/riscv/include/arch/cpu.h | 1 | ||||
-rw-r--r-- | src/arch/riscv/include/arch/header.ld | 1 | ||||
-rw-r--r-- | src/arch/riscv/include/arch/hlt.h | 2 | ||||
-rw-r--r-- | src/arch/riscv/include/arch/memlayout.h | 1 | ||||
-rw-r--r-- | src/arch/riscv/prologue.inc | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/riscv/include/arch/cpu.h b/src/arch/riscv/include/arch/cpu.h index 5da91e92f4..d8fd751e3d 100644 --- a/src/arch/riscv/include/arch/cpu.h +++ b/src/arch/riscv/include/arch/cpu.h @@ -50,4 +50,3 @@ struct cpuinfo_riscv { struct cpu_info *cpu_info(void); #endif /* __ARCH_CPU_H__ */ - diff --git a/src/arch/riscv/include/arch/header.ld b/src/arch/riscv/include/arch/header.ld index ee4ca427f0..92dec4f1ca 100644 --- a/src/arch/riscv/include/arch/header.ld +++ b/src/arch/riscv/include/arch/header.ld @@ -30,4 +30,3 @@ ENTRY(_start) #else ENTRY(stage_entry) #endif - diff --git a/src/arch/riscv/include/arch/hlt.h b/src/arch/riscv/include/arch/hlt.h index 12099a9b9b..d00302f4df 100644 --- a/src/arch/riscv/include/arch/hlt.h +++ b/src/arch/riscv/include/arch/hlt.h @@ -2,5 +2,3 @@ static inline __attribute__((always_inline)) void hlt(void) { while(1); } - - diff --git a/src/arch/riscv/include/arch/memlayout.h b/src/arch/riscv/include/arch/memlayout.h index 3a9b46507c..afe72ec775 100644 --- a/src/arch/riscv/include/arch/memlayout.h +++ b/src/arch/riscv/include/arch/memlayout.h @@ -28,4 +28,3 @@ /* TODO: Need to add DMA_COHERENT region like on ARM? */ #endif /* __ARCH_MEMLAYOUT_H */ - diff --git a/src/arch/riscv/prologue.inc b/src/arch/riscv/prologue.inc index 995ec4631b..517a2854c7 100644 --- a/src/arch/riscv/prologue.inc +++ b/src/arch/riscv/prologue.inc @@ -19,4 +19,3 @@ .section ".rom.data", "a", @progbits .section ".rom.text", "ax", @progbits - |