diff options
author | Martin Roth <martinroth@google.com> | 2017-07-22 21:45:28 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-24 15:08:16 +0000 |
commit | b4560cd523867b9171db835b3df151ed18a209dc (patch) | |
tree | 7bc0d1de4b9c644440d968488d0bef19ae0e5451 /src/soc | |
parent | 467a87abcea13a1b0b61223a175cf46b16474965 (diff) | |
download | coreboot-b4560cd523867b9171db835b3df151ed18a209dc.tar.xz |
Update files with no newline at the end
Change-Id: I8febb8d74e2463622cab0313c543ceebec71fdf4
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20705
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/apollolake/acpi/pmc_ipc.asl | 2 | ||||
-rw-r--r-- | src/soc/intel/cannonlake/romstage/romstage.c | 2 | ||||
-rw-r--r-- | src/soc/intel/common/block/lpss/Makefile.inc | 2 | ||||
-rw-r--r-- | src/soc/intel/common/block/uart/Makefile.inc | 2 | ||||
-rw-r--r-- | src/soc/marvell/mvmap2315/Makefile.inc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/soc/intel/apollolake/acpi/pmc_ipc.asl b/src/soc/intel/apollolake/acpi/pmc_ipc.asl index 8aeaef6afd..33c829e656 100644 --- a/src/soc/intel/apollolake/acpi/pmc_ipc.asl +++ b/src/soc/intel/apollolake/acpi/pmc_ipc.asl @@ -57,4 +57,4 @@ scope (\_SB) { Return (^RBUF) } } -}
\ No newline at end of file +} diff --git a/src/soc/intel/cannonlake/romstage/romstage.c b/src/soc/intel/cannonlake/romstage/romstage.c index 2604f29576..7484b8d91d 100644 --- a/src/soc/intel/cannonlake/romstage/romstage.c +++ b/src/soc/intel/cannonlake/romstage/romstage.c @@ -47,4 +47,4 @@ void platform_fsp_memory_init_params_cb(FSPM_UPD *mupd, uint32_t version) __attribute__((weak)) void mainboard_memory_init_params(FSPM_UPD *mupd) { /* Do nothing */ -}
\ No newline at end of file +} diff --git a/src/soc/intel/common/block/lpss/Makefile.inc b/src/soc/intel/common/block/lpss/Makefile.inc index 6c56c6831e..bb65bfea76 100644 --- a/src/soc/intel/common/block/lpss/Makefile.inc +++ b/src/soc/intel/common/block/lpss/Makefile.inc @@ -1,3 +1,3 @@ bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c -verstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c
\ No newline at end of file +verstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c diff --git a/src/soc/intel/common/block/uart/Makefile.inc b/src/soc/intel/common/block/uart/Makefile.inc index 0ec5314d66..1a2c8be933 100644 --- a/src/soc/intel/common/block/uart/Makefile.inc +++ b/src/soc/intel/common/block/uart/Makefile.inc @@ -1,2 +1,2 @@ bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_UART) += uart.c -ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_UART) += uart.c
\ No newline at end of file +ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_UART) += uart.c diff --git a/src/soc/marvell/mvmap2315/Makefile.inc b/src/soc/marvell/mvmap2315/Makefile.inc index c6426f1fd0..bac7c04967 100644 --- a/src/soc/marvell/mvmap2315/Makefile.inc +++ b/src/soc/marvell/mvmap2315/Makefile.inc @@ -136,4 +136,4 @@ $(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin $(BDB) bootblock_offset seek=$(BOOTBLOCK_OFFSET) conv=notrunc of=$@.tmp mv $@.tmp $@ -endif
\ No newline at end of file +endif |