aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libfdt_updated/libfdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfdt_updated/libfdt.h')
-rw-r--r--lib/libfdt_updated/libfdt.h25
1 files changed, 15 insertions, 10 deletions
diff --git a/lib/libfdt_updated/libfdt.h b/lib/libfdt_updated/libfdt.h
index 376e62815..f66237857 100644
--- a/lib/libfdt_updated/libfdt.h
+++ b/lib/libfdt_updated/libfdt.h
@@ -51,6 +51,11 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ * Portions copyright (c) 2016-2017, ARM Limited and Contributors.
+ * All rights reserved.
+ */
+
#include <libfdt_env.h>
#include <fdt.h>
@@ -219,16 +224,16 @@ int fdt_next_subnode(const void *fdt, int offset);
struct fdt_header *fdth = (struct fdt_header *)fdt; \
fdth->name = cpu_to_fdt32(val); \
}
-__fdt_set_hdr(magic);
-__fdt_set_hdr(totalsize);
-__fdt_set_hdr(off_dt_struct);
-__fdt_set_hdr(off_dt_strings);
-__fdt_set_hdr(off_mem_rsvmap);
-__fdt_set_hdr(version);
-__fdt_set_hdr(last_comp_version);
-__fdt_set_hdr(boot_cpuid_phys);
-__fdt_set_hdr(size_dt_strings);
-__fdt_set_hdr(size_dt_struct);
+__fdt_set_hdr(magic)
+__fdt_set_hdr(totalsize)
+__fdt_set_hdr(off_dt_struct)
+__fdt_set_hdr(off_dt_strings)
+__fdt_set_hdr(off_mem_rsvmap)
+__fdt_set_hdr(version)
+__fdt_set_hdr(last_comp_version)
+__fdt_set_hdr(boot_cpuid_phys)
+__fdt_set_hdr(size_dt_strings)
+__fdt_set_hdr(size_dt_struct)
#undef __fdt_set_hdr
/**