summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-10-14 12:46:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-14 12:46:52 +0200
commitbee1da7fcc005edab18fde60fd2ce956d12c5e18 (patch)
tree77d02747d657192acb10500f979b83e20d0447a3 /scripts
parentc29ce8d93f9403c3ce6ccc5e82fb7a7be41d6659 (diff)
parent765ecaf52b834278a2449fcb097754a3aae9aa96 (diff)
downloadbarebox-bee1da7fcc005edab18fde60fd2ce956d12c5e18.tar.gz
barebox-bee1da7fcc005edab18fde60fd2ce956d12c5e18.tar.xz
Merge branch 'for-next/sandbox' into master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-dtb-s6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/gen-dtb-s b/scripts/gen-dtb-s
index 0649247f93..4f8c62a0b8 100755
--- a/scripts/gen-dtb-s
+++ b/scripts/gen-dtb-s
@@ -62,9 +62,9 @@ echo ".section .dtbz.rodata.${name},\"a\""
echo ".balign STRUCT_ALIGNMENT"
echo ".global __dtb_z_${name}_start"
echo "__dtb_z_${name}_start:"
-printf ".word 0x%08x\n" 0x7b66bcbd
-printf ".word 0x%08x\n" $compressed
-printf ".word 0x%08x\n" $uncompressed
+printf ".int 0x%08x\n" 0x7b66bcbd
+printf ".int 0x%08x\n" $compressed
+printf ".int 0x%08x\n" $uncompressed
echo ".incbin \"$dtb.lzo\""
echo "__dtb_z_${name}_end:"
echo ".global __dtb_z_${name}_end"