diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-07-30 12:55:53 +0200 |
---|---|---|
committer | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-08-08 16:01:08 +0000 |
commit | eb23fbeab0b02e6998467411e7d4faf62fda0f8a (patch) | |
tree | 5b8eaf181b215895312e5a0fb3680e390279dbfe /src/mainboard | |
parent | dadb2483335296868f61b2aff62b8e6e06d61106 (diff) |
vendorcode/cavium: 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: I19c029968584fedbb6749e66c7ea2f74a7d580f4
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76811
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/mainboard')
0 files changed, 0 insertions, 0 deletions