HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44208 )
Change subject: cpu/ti/am335x/header.c: Add missing <stddef.h> ......................................................................
cpu/ti/am335x/header.c: Add missing <stddef.h>
'offsetof' needs '<stddef.h>' header
Change-Id: I02e2c381ba539ad38a99331e975d1cbcf4f65e0c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/cpu/ti/am335x/header.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/44208/1
diff --git a/src/cpu/ti/am335x/header.c b/src/cpu/ti/am335x/header.c index 9edfdd0..9ed9937 100644 --- a/src/cpu/ti/am335x/header.c +++ b/src/cpu/ti/am335x/header.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */
+#include <stddef.h> #include <stdint.h> #include <symbols.h>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44208
to look at the new patch set (#2).
Change subject: cpu/ti/am335x/header.c: Add missing <stddef.h> ......................................................................
cpu/ti/am335x/header.c: Add missing <stddef.h>
'offsetof' needs '<stddef.h>' header.
Change-Id: I02e2c381ba539ad38a99331e975d1cbcf4f65e0c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/cpu/ti/am335x/header.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/44208/2
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44208
to look at the new patch set (#3).
Change subject: soc/ti/am335x/header.c: Add missing <stddef.h> covered by <types.h> ......................................................................
soc/ti/am335x/header.c: Add missing <stddef.h> covered by <types.h>
'offsetof' needs '<stddef.h>' header.
Change-Id: I02e2c381ba539ad38a99331e975d1cbcf4f65e0c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/ti/am335x/header.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/44208/3
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/44208 )
Change subject: soc/ti/am335x/header.c: Add missing <stddef.h> covered by <types.h> ......................................................................
Abandoned