diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-06-04 10:25:56 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-06-06 03:40:12 +0000 |
commit | 475aaf880f98466017c1be7cd50b3167f4fde0e3 (patch) | |
tree | 6709fb137d477be0aae68f42b19401e634497ff4 /src/mainboard/starlabs/starbook/bootblock.c | |
parent | c770ad624605d76b75bc70c15e69639b79691346 (diff) |
mb/starlabs/starbook: Prefer include <soc/gpio.h> via <gpio.h>
Change-Id: I972516443bc57e193aefd54516ca994087d92054
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82844
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Diffstat (limited to 'src/mainboard/starlabs/starbook/bootblock.c')
-rw-r--r-- | src/mainboard/starlabs/starbook/bootblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/starbook/bootblock.c b/src/mainboard/starlabs/starbook/bootblock.c index ca48bb1ab2..d30b61d3b1 100644 --- a/src/mainboard/starlabs/starbook/bootblock.c +++ b/src/mainboard/starlabs/starbook/bootblock.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <bootblock_common.h> -#include <soc/gpio.h> +#include <gpio.h> #include <variants.h> void bootblock_mainboard_init(void) |