Skip to content
Snippets Groups Projects
Commit 87c8431f authored by Haavard Skinnemoen's avatar Haavard Skinnemoen Committed by Wolfgang Denk
Browse files

new-image: Fix host tool build breakage

parent 234ea73c
No related branches found
No related tags found
Loading
......@@ -3,6 +3,10 @@
#ifndef __ASSEMBLY__
#ifdef USE_HOSTCC
#include <stdint.h>
#endif
struct fdt_header {
uint32_t magic; /* magic word FDT_MAGIC */
uint32_t totalsize; /* total size of DT block */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment