forked from Imagelibrary/rtems
libtests/ofw01: Fix device tree blob alignment
A device tree blob must be aligned on an 8-byte boundary.
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
* WARNING: Automatically generated -- do not edit!
|
* 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,
|
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, 0x02, 0x70, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x11,
|
||||||
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5f,
|
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5f,
|
||||||
|
|||||||
Reference in New Issue
Block a user