diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-02-26 23:41:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-18 21:20:25 +0000 |
commit | 16128ae8dcdd1270a0e2336e6f805077a9406c09 (patch) | |
tree | 0c3e2b1e8d40042a0842793345095ac0ef0b393f /meta-skeleton/recipes-baremetal | |
parent | ad35a4bcb531696d32726f21703ec0c7cdaf5e76 (diff) | |
download | poky-16128ae8dcdd1270a0e2336e6f805077a9406c09.tar.gz |
dtc: Fix array-bounds error
Fixes
| libfdt/libfdt.h:251:28: error: array subscript 'struct fdt_header[0]' is partly outside array bounds of 'unsigned char[4]' [-Werror=array-bounds]
| 251 | fdth->name = cpu_to_fdt32(val); \
| | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
(From OE-Core rev: 7f1968a096301aade2afc4b7eceb7a69e4ab364c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cd4fe4ec658ce4861fc970149f78b0ca7fda8fe0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-baremetal')
0 files changed, 0 insertions, 0 deletions