Changes since U-Boot 1.1.1:
======================================================================
+* Cleanup:
+ - avoid trigraph warning in fs/ext2/ext2fs.c
+ - rename UC100 -> uc100
+
* Add support for UC100 board
* Patch by Stefan Roese, 16 Dez 2004:
FPS850L LANTEC QS850 TQM850L \
GEN860T lwmon QS860T TQM855L \
GEN860T_SC MBX quantum TQM860L \
- UC100 v37 \
+ uc100 \
+ v37 \
"
#########################################################################
@echo "#define CONFIG_SHARP_LQ104V7DS01" >>include/config.h
@./mkconfig -a TQM823L ppc mpc8xx tqm8xx
-UC100_config : unconfig
+uc100_config : unconfig
@./mkconfig $(@:_config=) ppc mpc8xx uc100
v37_config: unconfig
printf (" ");
break;
default:
- printf ("<???> ");
+ printf ("< ? > ");
break;
}
printf ("%10d %s\n",
/*
* Supported commands
*/
-#define CONFIG_COMMANDS (CONFIG_CMD_DFL)
+#define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_DHCP)
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>