aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2021-09-22 18:20:54 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-23 18:31:53 +0000
commit2876e4f49aec84288d2b8d24885e5b22241fe907 (patch)
treecb320bf453051cf4cc3265efb122a12286fc6e5d /src/soc
parentef8654554f07f4c51130781dee3becbad1d2c618 (diff)
soc/amd/common/blocks: rename gpio_banks folder to gpio
This brings the AMD SoC GPIO code in line with the Intel SoC code and removes the not really needed suffix. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I3dfcca2f126eb49c962b5cc32cbcf72e04f3f170 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57841 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/common/block/gpio/Kconfig (renamed from src/soc/amd/common/block/gpio_banks/Kconfig)0
-rw-r--r--src/soc/amd/common/block/gpio/Makefile.inc (renamed from src/soc/amd/common/block/gpio_banks/Makefile.inc)0
-rw-r--r--src/soc/amd/common/block/gpio/gpio.c (renamed from src/soc/amd/common/block/gpio_banks/gpio.c)0
3 files changed, 0 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/gpio_banks/Kconfig b/src/soc/amd/common/block/gpio/Kconfig
index 0a1bffee81..0a1bffee81 100644
--- a/src/soc/amd/common/block/gpio_banks/Kconfig
+++ b/src/soc/amd/common/block/gpio/Kconfig
diff --git a/src/soc/amd/common/block/gpio_banks/Makefile.inc b/src/soc/amd/common/block/gpio/Makefile.inc
index 616b58986d..616b58986d 100644
--- a/src/soc/amd/common/block/gpio_banks/Makefile.inc
+++ b/src/soc/amd/common/block/gpio/Makefile.inc
diff --git a/src/soc/amd/common/block/gpio_banks/gpio.c b/src/soc/amd/common/block/gpio/gpio.c
index 263757988a..263757988a 100644
--- a/src/soc/amd/common/block/gpio_banks/gpio.c
+++ b/src/soc/amd/common/block/gpio/gpio.c