Marek Vasut 0297bd1106 arm: mx5: Fix NAND image generation
The echo -ne "\xNN" does not work in certain bourne-compatible shells, like
dash. The recommended way of hex->char conversion is using printf(1), but
there is a pitfall here. The GNU printf does support "\xNN" format, but
according to the opengroup documentation, this is not part of POSIX. The
POSIX printf only defines "\NNN" where N is octal. Thus, for the sake of
compatibility, we use that.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
2016-04-19 15:55:09 +02:00
..
2015-10-02 10:42:31 +02:00
2015-10-30 15:22:37 +01:00
2015-05-26 14:16:54 +02:00
2015-09-24 11:32:38 +02:00
2016-04-19 15:55:09 +02:00
2014-10-25 15:27:35 -04:00
2015-10-30 14:59:43 +01:00