Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68036 )
Change subject: console/die.c: Add <stdarg.h> ......................................................................
console/die.c: Add <stdarg.h>
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: I2ee8ef017d8a3409cbf47f1ed252a512dead224e --- M src/console/die.c 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/68036/1
diff --git a/src/console/die.c b/src/console/die.c index 3fc88a3..d9e1dee 100644 --- a/src/console/die.c +++ b/src/console/die.c @@ -2,6 +2,7 @@
#include <console/console.h> #include <halt.h> +#include <stdarg.h>
/* * The method should be overwritten in mainboard directory to signal that a