HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31910
Change subject: soc/intel/apollolake: Remove wrong comment on stddef.h ......................................................................
soc/intel/apollolake: Remove wrong comment on stddef.h
Change-Id: I4305ef052ff74a6a19977327c9b60b2a1282e028 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/intel/apollolake/meminit.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/31910/1
diff --git a/src/soc/intel/apollolake/meminit.c b/src/soc/intel/apollolake/meminit.c index 038fa9f..0f6506b 100644 --- a/src/soc/intel/apollolake/meminit.c +++ b/src/soc/intel/apollolake/meminit.c @@ -17,7 +17,7 @@ #include <fsp/util.h> #include <memory_info.h> #include <soc/meminit.h> -#include <stddef.h> /* required for FspmUpd.h */ +#include <stddef.h> #include <fsp/soc_binding.h> #include <string.h>
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/31910 )
Change subject: soc/intel/apollolake: Remove wrong comment on stddef.h ......................................................................
Abandoned