u-boot/board/armltd/integrator
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
..
Makefile integrator: merge integratorap and integratorcp 2009-06-23 00:10:04 +02:00
config.mk integrator: merge integratorap and integratorcp 2009-06-23 00:10:04 +02:00
integrator.c arm/integrator: Remove unneccessary CONFIG_PCI check. 2010-04-04 11:08:55 -05:00
lowlevel_init.S integrator: merge integratorap and integratorcp 2009-06-23 00:10:04 +02:00
pci.c integrator: merge integratorap and integratorcp 2009-06-23 00:10:04 +02:00
split_by_variant.sh board/armltd/integrator/split_by_variant.sh: fix 'echo -n' 2010-10-13 10:00:16 +02:00
timer.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00