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/mainboard/google/auron/variants | |
parent | 467a87abcea13a1b0b61223a175cf46b16474965 (diff) |
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/mainboard/google/auron/variants')
-rw-r--r-- | src/mainboard/google/auron/variants/gandof/spd/Makefile.inc | 2 | ||||
-rw-r--r-- | src/mainboard/google/auron/variants/lulu/variant.c | 2 | ||||
-rw-r--r-- | src/mainboard/google/auron/variants/samus/variant.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/auron/variants/gandof/spd/Makefile.inc b/src/mainboard/google/auron/variants/gandof/spd/Makefile.inc index d43fe36c63..f3a2162ad7 100644 --- a/src/mainboard/google/auron/variants/gandof/spd/Makefile.inc +++ b/src/mainboard/google/auron/variants/gandof/spd/Makefile.inc @@ -39,4 +39,4 @@ $(SPD_BIN): $(SPD_DEPS) cbfs-files-y += spd.bin spd.bin-file := $(SPD_BIN) -spd.bin-type := spd
\ No newline at end of file +spd.bin-type := spd diff --git a/src/mainboard/google/auron/variants/lulu/variant.c b/src/mainboard/google/auron/variants/lulu/variant.c index 084d4d1300..740decfd58 100644 --- a/src/mainboard/google/auron/variants/lulu/variant.c +++ b/src/mainboard/google/auron/variants/lulu/variant.c @@ -45,4 +45,4 @@ int variant_smbios_data(device_t dev, int *handle, void variant_romstage_entry(struct romstage_params *rp) { /* N/A for boards other than SAMUS */ -}
\ No newline at end of file +} diff --git a/src/mainboard/google/auron/variants/samus/variant.c b/src/mainboard/google/auron/variants/samus/variant.c index e711b60f26..0c50e1f1d5 100644 --- a/src/mainboard/google/auron/variants/samus/variant.c +++ b/src/mainboard/google/auron/variants/samus/variant.c @@ -48,4 +48,4 @@ void variant_romstage_entry(struct romstage_params *rp) * to prevent possible brownout. */ set_gpio(BOARD_PP3300_AUTOBAHN_GPIO, GPIO_OUT_HIGH); -}
\ No newline at end of file +} |