uboot-mt623x/board/versatile
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
..
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
config.mk Code cleanup; make several boards compile & link. 2004-03-14 22:25:36 +00:00
flash.c Code cleanup for GCC-3.3.x compilers 2004-10-17 21:12:06 +00:00
lowlevel_init.S Update make target for ARM supported boards. 2005-10-06 17:08:18 +02:00
split_by_variant.sh Make scripts and Makefiles POSIX compliant 2008-01-02 15:54:45 +01:00
u-boot.lds Fix problems with ld version 2.16 (dot outside sections problem) 2005-08-31 12:28:00 +02:00
versatile.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00