Attention is currently required from: Jason Nien, Martin Roth.
Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68845 )
Change subject: mb/google/guybrush,skyrim: add missing string.h include ......................................................................
mb/google/guybrush,skyrim: add missing string.h include
string.h defines the memset function.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I286557d6ad83990bc101eaa930bde04345859c0b --- M src/mainboard/google/guybrush/mainboard.c M src/mainboard/google/skyrim/mainboard.c 2 files changed, 14 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/68845/1
diff --git a/src/mainboard/google/guybrush/mainboard.c b/src/mainboard/google/guybrush/mainboard.c index bfb0f88..d3a45c1 100644 --- a/src/mainboard/google/guybrush/mainboard.c +++ b/src/mainboard/google/guybrush/mainboard.c @@ -12,6 +12,7 @@ #include <gpio.h> #include <soc/acpi.h> #include <variant/ec.h> +#include <string.h>
#define BACKLIGHT_GPIO GPIO_129 #define WWAN_AUX_RST_GPIO GPIO_18 diff --git a/src/mainboard/google/skyrim/mainboard.c b/src/mainboard/google/skyrim/mainboard.c index 58e11f5..3ddcf42 100644 --- a/src/mainboard/google/skyrim/mainboard.c +++ b/src/mainboard/google/skyrim/mainboard.c @@ -6,6 +6,7 @@ #include <console/console.h> #include <device/device.h> #include <soc/acpi.h> +#include <string.h> #include <variant/ec.h>
/*