uboot-mt623x/board/armltd
Andreas Bießmann 89bca0ab69 board/armltd/integrator/split_by_variant.sh: fix 'echo -n'
This patch fixes an error when running MAKEALL for ARM9.

On OS X /bin/sh uses builtin echo which does not utilise '-n' switch.
GNU manual for builtins recomend to use here-document style to solve
this portability issue.

This patch removes the usage of 'echo -n' and replace by here-document
style or a oneline echo command.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
CC: Peter Pearse <peter.pearse@arm.com>
2010-10-13 10:00:16 +02:00
..
integrator board/armltd/integrator/split_by_variant.sh: fix 'echo -n' 2010-10-13 10:00:16 +02:00
versatile Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
vexpress ARMV7: Versatile Express Coretile CortexA9x4 support 2010-10-13 09:59:39 +02:00