diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-12-06 21:34:41 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-08 18:31:30 +0000 |
commit | 2cc2bd2d2f7613e211f36b0d3e383ef38d03aabd (patch) | |
tree | 6999fde4cf1b365957d2b4def4409c23168f19c7 /src/mainboard/google/kahlee/bootblock/bootblock.c | |
parent | e1f6db512f540363588cb3c3cd77702ad5759821 (diff) |
mb/google/kahlee: use gpio.h include
Replace the amdblocks/gpio.h, amdblocks/gpio_defs.h and soc/gpio.h
includes with the common gpio.h which will include soc/gpio.h which will
include amdblocks/gpio.h which will include amdblocks/gpio_defs.h in the
AMD SoC case.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I13bc33b91f6e6d52867da9043bb386f3befac5fb
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70433
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/mainboard/google/kahlee/bootblock/bootblock.c')
-rw-r--r-- | src/mainboard/google/kahlee/bootblock/bootblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/bootblock/bootblock.c b/src/mainboard/google/kahlee/bootblock/bootblock.c index 0ee9b58110..ff3f289d54 100644 --- a/src/mainboard/google/kahlee/bootblock/bootblock.c +++ b/src/mainboard/google/kahlee/bootblock/bootblock.c @@ -2,7 +2,7 @@ #include <baseboard/variants.h> #include <bootblock_common.h> -#include <soc/gpio.h> +#include <gpio.h> #include <soc/southbridge.h> #include <amdblocks/lpc.h> #include <variant/ec.h> |