diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-09-10 11:34:54 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-09-22 17:14:10 +0000 |
commit | 261226dd42d861a1147bdfb0ccc48d9241b3fc72 (patch) | |
tree | 82e55027bf08dd7e836a8ccb53a4e021b7d3e3dd /src/mainboard/google/gale | |
parent | ca36aedb4e71a1b8e1738f5329ce20b6e83d174d (diff) |
mb/google: Drop unneeded empty lines
Change-Id: I4151d1a6ce94763432f307fbc8bc4afe229856ea
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44616
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/google/gale')
-rw-r--r-- | src/mainboard/google/gale/blsp.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/gale/verstage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/gale/blsp.c b/src/mainboard/google/gale/blsp.c index 90d8c6578f..040b662f24 100644 --- a/src/mainboard/google/gale/blsp.c +++ b/src/mainboard/google/gale/blsp.c @@ -29,7 +29,6 @@ #endif - #if IPQ40XX_I2C1_PINGROUP_1 #define SCL_GPIO_I2C1 34 diff --git a/src/mainboard/google/gale/verstage.c b/src/mainboard/google/gale/verstage.c index d1cf1b3f15..9bdd307bc1 100644 --- a/src/mainboard/google/gale/verstage.c +++ b/src/mainboard/google/gale/verstage.c @@ -4,7 +4,6 @@ #include <gpio.h> #include <soc/verstage.h> - #define TPM_RESET_GPIO 19 static void ipq_setup_tpm(void) |