uboot-mt623x/board/integratorcp
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 Add support for a saving build objects in a separate directory. 2006-09-01 19:49:50 +02:00
flash.c * Patch by Robin Getz, 13 Oct 2004: 2005-01-12 00:38:03 +00:00
integratorcp.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
lowlevel_init.S Cleanup warnings for cpu/arm720t & cpu/arm1136 files. 2005-10-09 00:22:48 +02:00
memsetup.S Cleanup 2005-09-25 02:00:47 +02:00
split_by_variant.sh Make scripts and Makefiles POSIX compliant 2008-01-02 15:54:45 +01:00
u-boot.lds.template Cleanup warnings for cpu/arm720t & cpu/arm1136 files. 2005-10-09 00:22:48 +02:00