diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-09-19 09:40:52 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-11-17 09:50:24 +0000 |
commit | 6aaf7db7195659fd2484d60a457275c7eb4b14c7 (patch) | |
tree | c339cbbbe6e2f3d55e710c0f98bad520590f7c7f /src/mainboard/google/poppy | |
parent | 27718ac87f9dd117fa047f7292d7014ecb1e96a9 (diff) |
src: Add missing 'include <console/console.h>'
"Die()" needs <console/console.h>.
Change-Id: I250988d77b0b0a093a1d116bea44a0cbb84189dd
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45540
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/poppy')
-rw-r--r-- | src/mainboard/google/poppy/variants/nami/memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/variants/nami/memory.c b/src/mainboard/google/poppy/variants/nami/memory.c index 3e482a9f27..6faca2b133 100644 --- a/src/mainboard/google/poppy/variants/nami/memory.c +++ b/src/mainboard/google/poppy/variants/nami/memory.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <baseboard/variants.h> +#include <console/console.h> #include <gpio.h> #include <variant/gpio.h> #include <string.h> |