diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-05 10:36:45 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-08 09:46:16 +0000 |
commit | 88607a4b1002ed6acc7f316f274feea2fd861095 (patch) | |
tree | e004c85f36109da78872b88875d4f0ea1c30aaff /src/soc/intel/fsp_baytrail | |
parent | d9169f826a3c19a7380a7d73c7126e52eb62e77d (diff) | |
download | coreboot-88607a4b1002ed6acc7f316f274feea2fd861095.tar.xz |
src: Use tabs for indentation
Change-Id: I6b40aaf5af5d114bbb0cd227dfd50b0ee19eebba
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28934
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/fsp_baytrail')
-rw-r--r-- | src/soc/intel/fsp_baytrail/gpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/fsp_baytrail/gpio.c b/src/soc/intel/fsp_baytrail/gpio.c index 72cf158b21..72ba517d52 100644 --- a/src/soc/intel/fsp_baytrail/gpio.c +++ b/src/soc/intel/fsp_baytrail/gpio.c @@ -186,7 +186,7 @@ static void setup_gpios(const struct soc_gpio_map *gpios, } static void setup_gpio_route(const struct soc_gpio_map *sus, - const struct soc_gpio_map *core) + const struct soc_gpio_map *core) { uint32_t route_reg = 0; int i; @@ -319,7 +319,7 @@ void write_ssus_gpio(uint8_t gpio_num, uint8_t val) * pad value: PAD_VAL_HIGH / PAD_VAL_LOW */ static void configure_ssus_score_gpio(uint8_t ssus_gpio, uint8_t gpio_num, - uint32_t pconf0, uint32_t pad_val) + uint32_t pconf0, uint32_t pad_val) { uint32_t reg; uint32_t *pad_addr; |