diff options
-rw-r--r-- | meta/classes-recipe/uboot-sign.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/uboot-sign.bbclass b/meta/classes-recipe/uboot-sign.bbclass index e0771b5429..dcf94b7179 100644 --- a/meta/classes-recipe/uboot-sign.bbclass +++ b/meta/classes-recipe/uboot-sign.bbclass | |||
@@ -425,7 +425,7 @@ EOF | |||
425 | fi | 425 | fi |
426 | 426 | ||
427 | if [ -n "${UBOOT_FIT_USER_SETTINGS}" ] ; then | 427 | if [ -n "${UBOOT_FIT_USER_SETTINGS}" ] ; then |
428 | echo -e "${UBOOT_FIT_USER_SETTINGS}" >> ${UBOOT_ITS} | 428 | printf "%b" "${UBOOT_FIT_USER_SETTINGS}" >> ${UBOOT_ITS} |
429 | fi | 429 | fi |
430 | 430 | ||
431 | if [ -n "${UBOOT_FIT_CONF_USER_LOADABLES}" ] ; then | 431 | if [ -n "${UBOOT_FIT_CONF_USER_LOADABLES}" ] ; then |