On Saturday 31 October 2009 10:12:01 Nishanth Menon wrote: > Refuse to setup a platform if the command > line ARCH= is not the same as the one > required for the board. This prevents > any user with prehistoric aliases from > messing up thier builds
seems like excessive line wrapping
> +if [ ! -z "$ARCH" -a "$ARCH" != "$2" ]; then
is the !-z really needed ?
> + echo "ARCH=$ARCH while ${BOARD_NAME} arch=$2: fail"
should be sent to stderr: 1>&2
-mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

