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
@@ -51,5 +51,3 @@ void set_io_addr_reg(device_t dev, u32 nodeid, u32 linkn, u32 reg,
|
||||
u32 io_min, u32 io_max);
|
||||
|
||||
void set_mmio_addr_reg(u32 nodeid, u32 linkn, u32 reg, u32 index, u32 mmio_min, u32 mmio_max, u32 nodes);
|
||||
|
||||
|
||||
|
@@ -2,4 +2,3 @@ config NORTHBRIDGE_INTEL_E7501
|
||||
bool
|
||||
select HAVE_DEBUG_RAM_SETUP
|
||||
select LATE_CBMEM_INIT
|
||||
|
||||
|
@@ -210,4 +210,3 @@ void *igd_make_opregion(void)
|
||||
init_igd_opregion(opregion);
|
||||
return opregion;
|
||||
}
|
||||
|
||||
|
@@ -34,4 +34,3 @@ config SDRAMPWR_4DIMM
|
||||
If your board has 4 DIMM slots, you must use select this option, in
|
||||
your Kconfig file of the board. On boards with 3 DIMM slots,
|
||||
do _not_ select this option.
|
||||
|
||||
|
@@ -21,4 +21,3 @@ config NORTHBRIDGE_INTEL_I440LX
|
||||
bool
|
||||
select HAVE_DEBUG_RAM_SETUP
|
||||
select LATE_CBMEM_INIT
|
||||
|
||||
|
@@ -47,4 +47,3 @@ config VGA_BIOS_ID
|
||||
string
|
||||
default "8086,7121"
|
||||
depends on NORTHBRIDGE_INTEL_I82810
|
||||
|
||||
|
@@ -26,4 +26,3 @@ config VIDEO_MB
|
||||
default 1 if I830_VIDEO_MB_1MB
|
||||
default 8 if I830_VIDEO_MB_8MB
|
||||
depends on NORTHBRIDGE_INTEL_I82830
|
||||
|
||||
|
@@ -211,4 +211,3 @@ void *igd_make_opregion(void)
|
||||
init_igd_opregion(opregion);
|
||||
return opregion;
|
||||
}
|
||||
|
||||
|
@@ -35,4 +35,3 @@ config VIDEO_MB
|
||||
default 64 if CN700_VIDEO_MB_64MB
|
||||
default 128 if CN700_VIDEO_MB_128MB
|
||||
depends on NORTHBRIDGE_VIA_CN700
|
||||
|
||||
|
@@ -3,4 +3,3 @@ config NORTHBRIDGE_VIA_VX800
|
||||
select HAVE_DEBUG_RAM_SETUP
|
||||
select HAVE_DEBUG_SMBUS
|
||||
select LATE_CBMEM_INIT
|
||||
|
||||
|
Reference in New Issue
Block a user