libtests/ofw01: Fix device tree blob alignment

A device tree blob must be aligned on an 8-byte boundary.
This commit is contained in:
Sebastian Huber
2022-01-13 15:15:12 +01:00
parent 6c36cb7a48
commit 671f126a3a

View File

@@ -4,9 +4,9 @@
* WARNING: Automatically generated -- do not edit!
*/
#include <sys/types.h>
#include <rtems.h>
const unsigned char some_bin[] = {
RTEMS_ALIGNED(8) const unsigned char some_bin[] = {
0xd0, 0x0d, 0xfe, 0xed, 0x00, 0x00, 0x02, 0xcf, 0x00, 0x00, 0x00, 0x38,
0x00, 0x00, 0x02, 0x70, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x11,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5f,