[U-Boot-Users] [patch #6/6] Trivial fixes

Wolfgang hi.
The following patch fixes a trivial warning and add to the driver makefile a forgotten file.
Regards
Pantelis
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)
common/console.c | 3 +++ drivers/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)

In message 40801021.2020703@intracom.gr you wrote:
The following patch fixes a trivial warning and add to the driver makefile a forgotten file.
The missing declaration fix is OK and was added.
The other patch is rejected - no file was forgotten.
I just cleaned up the mess and re-sorted the files for you.
Best regards,
Wolfgang Denk
participants (2)
-
Pantelis Antoniou
-
Wolfgang Denk