On Friday, September 24, 2010 12:27:52 Andreas Bießmann wrote:
> -     echo -n "#define CONFIG_CM720T"                 >> ${config_file}
> -     echo    " 1 /* CPU core is ARM720T */ "         >> ${config_file}
> +     cat >> ${config_file} << _EOF
> +#define CONFIG_CM720T 1 /* CPU core is ARM720T */
> +_EOF

changing multiline echos to a cat makes sense, but using cat for a single line 
is overkill.  a simple `echo "..."` is better.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to