From: Stefan E. <se...@us...> - 2002-04-17 18:38:05
|
Update of /cvsroot/blob/blob In directory usw-pr-cvs1:/tmp/cvs-serv15899 Modified Files: configure.in Log Message: - added md5chk command to the "all commands" list - added board revision number Index: configure.in =================================================================== RCS file: /cvsroot/blob/blob/configure.in,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- configure.in 17 Feb 2002 20:03:40 -0000 1.46 +++ configure.in 17 Apr 2002 18:38:00 -0000 1.47 @@ -231,7 +231,7 @@ use_lcd="no" ;; system3) - board_name="Prueftechnik Digital Board" + board_name="Prueftechnik Digital Board REV 0802" AC_DEFINE(PT_SYSTEM3) BLOB_PLATFORM_OBJS="system3.o" BLOB_FLASH_OBJS="intel32.o" @@ -313,12 +313,12 @@ commands may be separated with commas; 'all' compiles all commands; Valid commands are: - call, chgbit, dummy, dump, memcpy, poke, peek], + call, chgbit, dummy, dump, md5chk, memcpy, poke, peek], blob_commands="$withval", blob_commands="") default_commands="reset, reboot" -all_commands="call, chgbit, dummy, dump, memcpy, poke, peek" +all_commands="call, chgbit, dummy, dump, md5chk, memcpy, poke, peek" if test "$blob_commands" = "all" ; then blob_commands="$all_commands" |