HAOUAS Elyes has uploaded this change for review.

View Change

soc/intel/baytrail/romstage/raminit.c: Add missing include

Replace unused <stddef.h> by missing <stdint.h>.

Change-Id: I659a067e3b737dc7efe5bdadfd88207cd4d7175d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/soc/intel/baytrail/romstage/raminit.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/43344/1
diff --git a/src/soc/intel/baytrail/romstage/raminit.c b/src/soc/intel/baytrail/romstage/raminit.c
index 5cedf22..0b7a8c6 100644
--- a/src/soc/intel/baytrail/romstage/raminit.c
+++ b/src/soc/intel/baytrail/romstage/raminit.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */

-#include <stddef.h>
+#include <stdint.h>
#include <acpi/acpi.h>
#include <assert.h>
#include <cbfs.h>

To view, visit change 43344. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I659a067e3b737dc7efe5bdadfd88207cd4d7175d
Gerrit-Change-Number: 43344
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange