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>
This commit is contained in:
committed by
Stefan Reinauer
parent
4ba3b79537
commit
52648623e0
@@ -368,4 +368,3 @@ __main:
|
||||
post_code(POST_DEAD_CODE)
|
||||
hlt
|
||||
jmp .Lhlt
|
||||
|
||||
|
@@ -450,4 +450,3 @@ mtrr_table:
|
||||
.word 0x208, 0x209, 0x20A, 0x20B
|
||||
.word 0x20C, 0x20D, 0x20E, 0x20F
|
||||
mtrr_table_end:
|
||||
|
||||
|
@@ -9,4 +9,3 @@ config CPU_INTEL_NUM_FIT_ENTRIES
|
||||
depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
||||
help
|
||||
This option selects the number of empty entries in the FIT table.
|
||||
|
||||
|
@@ -318,4 +318,3 @@ mtrr_table:
|
||||
.word 0x20C, 0x20D, 0x20E, 0x20F
|
||||
.word 0x210, 0x211, 0x212, 0x213
|
||||
mtrr_table_end:
|
||||
|
||||
|
@@ -293,4 +293,3 @@ mtrr_table:
|
||||
.word 0x26B, 0x26C, 0x26D
|
||||
.word 0x26E, 0x26F
|
||||
mtrr_table_end:
|
||||
|
||||
|
@@ -332,4 +332,3 @@ mtrr_table:
|
||||
.word 0x20C, 0x20D, 0x20E, 0x20F
|
||||
.word 0x210, 0x211, 0x212, 0x213
|
||||
mtrr_table_end:
|
||||
|
||||
|
@@ -244,4 +244,3 @@ mtrr_table:
|
||||
.word 0x208, 0x209, 0x20A, 0x20B
|
||||
.word 0x20C, 0x20D, 0x20E, 0x20F
|
||||
mtrr_table_end:
|
||||
|
||||
|
@@ -24,4 +24,3 @@ config DCACHE_RAM_SIZE
|
||||
hex
|
||||
default 0x01000
|
||||
depends on CPU_INTEL_SLOT_2
|
||||
|
||||
|
@@ -39,4 +39,3 @@ config DCACHE_RAM_SIZE
|
||||
default 0x01000
|
||||
|
||||
endif
|
||||
|
||||
|
@@ -29,4 +29,3 @@ config DCACHE_RAM_SIZE
|
||||
default 0x4000
|
||||
|
||||
endif # CPU_INTEL_SOCKET_MPGA604
|
||||
|
||||
|
Reference in New Issue
Block a user