diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-07-30 03:12:20 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-07-31 01:28:51 +0000 |
commit | df566ae4280a9a604b89aedb3469eab1b5ef05c7 (patch) | |
tree | 46df3e5a2e5362b56cbf99b63e535297d9b4ed07 /src/soc/amd | |
parent | b93a9a282fbfd8fa05630adb5f226ba00583aebe (diff) |
soc/amd/common/block/gpio_banks/gpio: add missing newline
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I87595aea45bb3852a70c7322eae5a94abecb76a1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56704
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/common/block/gpio_banks/gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/gpio_banks/gpio.c b/src/soc/amd/common/block/gpio_banks/gpio.c index 24925bdc60..8cfca8b216 100644 --- a/src/soc/amd/common/block/gpio_banks/gpio.c +++ b/src/soc/amd/common/block/gpio_banks/gpio.c @@ -267,6 +267,7 @@ static const struct soc_amd_gpio *gpio_get_config(const struct soc_amd_gpio *c, } return c; } + void gpio_configure_pads_with_override(const struct soc_amd_gpio *base_cfg, size_t base_num_pads, const struct soc_amd_gpio *override_cfg, |