summaryrefslogtreecommitdiff
path: root/arch/arm/imx-common/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-04-25 13:34:42 -0400
committerTom Rini <trini@konsulko.com>2016-04-25 13:34:42 -0400
commit588d269ffe736c3dc03f63c3708d82eb33e670ee (patch)
tree35c3695124458d3e7fc5071eee05287049a99486 /arch/arm/imx-common/Makefile
parentd30c3eb47155742deab7b6b4599097a56bd635aa (diff)
parent69cc7dbf1f62492788ab810db7d8444a623c23c2 (diff)
downloadu-boot-imx-588d269ffe736c3dc03f63c3708d82eb33e670ee.zip
u-boot-imx-588d269ffe736c3dc03f63c3708d82eb33e670ee.tar.gz
u-boot-imx-588d269ffe736c3dc03f63c3708d82eb33e670ee.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'arch/arm/imx-common/Makefile')
-rw-r--r--arch/arm/imx-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile
index 30e66ba..c208628 100644
--- a/arch/arm/imx-common/Makefile
+++ b/arch/arm/imx-common/Makefile
@@ -86,7 +86,7 @@ u-boot-with-nand-spl.imx: spl/u-boot-nand-spl.imx u-boot.uim FORCE
$(call if_changed,pad_cat)
quiet_cmd_u-boot-nand-spl_imx = GEN $@
-cmd_u-boot-nand-spl_imx = (echo -ne '\x00\x00\x00\x00\x46\x43\x42\x20\x01' && \
+cmd_u-boot-nand-spl_imx = (printf '\000\000\000\000\106\103\102\040\001' && \
dd bs=1015 count=1 if=/dev/zero 2>/dev/null) | cat - $< > $@
spl/u-boot-nand-spl.imx: SPL FORCE