diff -ruNb u-boot-original/common/console.c u-boot-work/common/console.c --- u-boot-original/common/console.c 2004-03-24 00:14:12.000000000 +0200 +++ u-boot-work/common/console.c 2004-04-16 18:38:02.508688648 +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/drivers/Makefile u-boot-work/drivers/Makefile --- u-boot-original/drivers/Makefile 2004-04-16 00:16:42.000000000 +0300 +++ u-boot-work/drivers/Makefile 2004-04-16 18:38:02.556681352 +0300 @@ -43,7 +43,7 @@ smc91111.o smiLynxEM.o status_led.o sym53c8xx.o \ ti_pci1410a.o tigon3.o w83c553f.o omap1510_i2c.o \ usbdcore.o usbdcore_ep0.o usbdcore_omap1510.o usbtty.o \ - videomodes.o + videomodes.o sed156x.o all: $(LIB)