diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-11-04 16:51:45 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-11-09 00:13:25 +0000 |
commit | f40a25bb119555755c9714ca841292c85258c3e3 (patch) | |
tree | edad1e13e5554a3b30f48c63a5d6600da5a7eae9 /src/mainboard/google/gale | |
parent | 586b1beb9c11165265310883bfca209a0356c0ab (diff) |
soc/nvidia,qualcomm: Fix indirect includes
Avoid indirect <vc/google/chromeos/chromeos.h> as the
files really only need <security/vboot/vboot_common.h>.
Change-Id: Ic02bd5dcdde0bb5c8be0e2c52c20048ed0d4ad94
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58949
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/gale')
-rw-r--r-- | src/mainboard/google/gale/verstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/gale/verstage.c b/src/mainboard/google/gale/verstage.c index 9bdd307bc1..6dfc2307af 100644 --- a/src/mainboard/google/gale/verstage.c +++ b/src/mainboard/google/gale/verstage.c @@ -2,7 +2,7 @@ #include <delay.h> #include <gpio.h> -#include <soc/verstage.h> +#include <security/vboot/vboot_common.h> #define TPM_RESET_GPIO 19 |