diff options
Diffstat (limited to 'arch/c6x/boot/linked_dtb.S')
-rw-r--r-- | arch/c6x/boot/linked_dtb.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/c6x/boot/linked_dtb.S b/arch/c6x/boot/linked_dtb.S new file mode 100644 index 000000000000..57a4454eaec3 --- /dev/null +++ b/arch/c6x/boot/linked_dtb.S @@ -0,0 +1,2 @@ +.section __fdt_blob,"a" +.incbin "arch/c6x/boot/builtin.dtb" |