
Hello
These are two trivial patches.
Regards
Pantelis
diff -ruNb u-boot-original/common/console.c u-boot-trivial/common/console.c --- u-boot-original/common/console.c 2004-03-30 14:37:28.666930872 +0300 +++ u-boot-trivial/common/console.c 2004-03-30 15:36:25.977177976 +0300 @@ -412,6 +412,9 @@ DECLARE_GLOBAL_DATA_PTR; char *stdinname, *stdoutname, *stderrname; device_t *inputdev = NULL, *outputdev = NULL, *errdev = NULL; +#ifdef CFG_CONSOLE_ENV_OVERWRITE + int i; +#endif
/* set default handlers at first */ gd->jt[XF_getc] = serial_getc;
diff -ruNb u-boot-original/Makefile u-boot-build/Makefile --- u-boot-original/Makefile 2004-03-30 14:37:28.394972216 +0300 +++ u-boot-build/Makefile 2004-03-30 15:39:12.141917096 +0300 @@ -166,6 +166,9 @@
tags: ctags -w `find $(SUBDIRS) include \ + lib_generic board/$(BOARDDIR) cpu/$(CPU) lib_$(ARCH) \ + fs/cramfs fs/fat fs/fdos fs/jffs2 \ + net disk rtc dtt drivers drivers/sk98lin common \ ( -name CVS -prune ) -o ( -name '*.[ch]' -print )`
etags: @@ -1225,8 +1228,8 @@ rm -f examples/hello_world examples/timer \ examples/eepro100_eeprom examples/sched \ examples/mem_to_mem_idma2intr examples/82559_eeprom - rm -f tools/img2srec tools/mkimage tools/envcrc tools/gen_eth_addr + rm -f tools/mpc86x_clk rm -f tools/easylogo/easylogo tools/bmp_logo rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend rm -f tools/env/fw_printenv tools/env/fw_setenv