u-boot/board/integratorap
Wolfgang Denk 1aaab9bfae Make scripts and Makefiles POSIX compliant
The bash builtin versions of the "test" (resp. "[") command allow
using "==" for string comparisons, but POSIX compatible implemen-
tations (like /usr/bin/test) insist on using "=" only. On such systems
you will see:

	$ /usr/bin/test a == a && echo OK
	/usr/bin/test: ==: binary operator expected

This patch fixes Makefiles and scripts to use POSIX style.

Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-01-02 15:54:45 +01:00
..
config.mk
flash.c
integratorap.c
lowlevel_init.S
Makefile
memsetup.S
split_by_variant.sh Make scripts and Makefiles POSIX compliant 2008-01-02 15:54:45 +01:00
u-boot.lds.template