Fix newlines at the end of files
All but ga-g41m-es2l/cmos.default had multiple final newlines. ga-g41m-es2l/cmos.default had no final newline. Change-Id: Id350b513d5833bb14a2564eb789ab23b6278dcb5 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/16361 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Antonello Dettori <dev@dettori.io>
This commit is contained in:
parent
477bc97ba0
commit
26d484a237
|
@ -126,4 +126,3 @@ config TIMER_MTK_ADDRESS
|
|||
default 0x10008048
|
||||
help
|
||||
Address of GPT4's counter register to read the FREERUN-mode timer value.
|
||||
|
||||
|
|
|
@ -126,4 +126,3 @@ config UDC_DWC2
|
|||
help
|
||||
Select this option to add the driver for Designware
|
||||
USB device controller.
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@ baud_rate=115200
|
|||
debug_level=Spew
|
||||
power_on_after_fail=Enable
|
||||
nmi=Enable
|
||||
gfx_uma_size=64M
|
||||
gfx_uma_size=64M
|
||||
|
|
|
@ -339,4 +339,3 @@ void save_lpddr4_dimm_info(const struct lpddr4_cfg *lp4cfg, size_t mem_sku)
|
|||
mem_info->dimm_cnt = index;
|
||||
printk(BIOS_DEBUG, "%d DIMMs found\n", mem_info->dimm_cnt);
|
||||
}
|
||||
|
||||
|
|
|
@ -44,4 +44,3 @@ void enable_smbus(void)
|
|||
{
|
||||
reg_script_run_on_dev(PCH_DEV_SMBUS, smbus_init_script);
|
||||
}
|
||||
|
||||
|
|
|
@ -99,4 +99,3 @@ struct chip_operations superio_nuvoton_nct6791d_ops = {
|
|||
CHIP_NAME("NUVOTON NCT6791D Super I/O")
|
||||
.enable_dev = enable_dev,
|
||||
};
|
||||
|
||||
|
|
|
@ -90,4 +90,3 @@ index 0000000..594ad7c
|
|||
+
|
||||
--
|
||||
1.7.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue