Attention is currently required from: Elyes Haouas, Patrick Georgi.
Hello Patrick Georgi, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/76850?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: payloads/libpayload/drivers/usb/ehci_private: Use C99 flexible arrays ......................................................................
payloads/libpayload/drivers/usb/ehci_private: Use C99 flexible arrays
Use C99 flexible arrays instead of older style of one-element or zero-length arrays. It allows the compiler to generate errors when the flexible array does not occur at the end in the structure.
Change-Id: Iec5bb3da8205326a43bba44630a8fcdcac651184 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M payloads/libpayload/drivers/usb/ehci_private.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/76850/2