From 671f126a3a8e6ce5da87aa75c7205fb764e95c78 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 13 Jan 2022 15:15:12 +0100 Subject: libtests/ofw01: Fix device tree blob alignment A device tree blob must be aligned on an 8-byte boundary. --- testsuites/libtests/ofw01/some.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/libtests/ofw01/some.c') diff --git a/testsuites/libtests/ofw01/some.c b/testsuites/libtests/ofw01/some.c index 91251e71b0..7ce8760316 100644 --- a/testsuites/libtests/ofw01/some.c +++ b/testsuites/libtests/ofw01/some.c @@ -4,9 +4,9 @@ * WARNING: Automatically generated -- do not edit! */ -#include +#include -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, -- cgit v1.2.3