xtensa: don't use echo -e needlessly
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 22 Aug 2013 14:09:47 +0000 (18:09 +0400)
committerDanny Wood <danwood76@gmail.com>
Tue, 29 Jan 2019 13:10:01 +0000 (13:10 +0000)
commit8dc4667599182a82a9f73c9494a0f4065d6f19ef
tree09d60f44af9d88ce289ec9dcb9948856d2d87103
parentc4660d25cd3aa71dc3a328f017d377118472eeda
xtensa: don't use echo -e needlessly

commit 123f15e669d5a5a2e2f260ba4a5fc2efd93df20e upstream.

-e is not needed to output strings without escape sequences. This breaks
big endian FSF build when the shell is dash, because its builtin echo
doesn't understand '-e' switch and outputs it in the echoed string.

Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Cc: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/xtensa/Makefile
arch/xtensa/boot/Makefile