From 86d8824507c1de90799a0108f505f6d77fe622a4 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 3 Mar 2011 14:43:48 +0800 Subject: [PATCH] update usbboot version --- usbboot/src/Makefile.am | 2 +- usbboot/src/cmd.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/usbboot/src/Makefile.am b/usbboot/src/Makefile.am index 965f0a9..41f66de 100644 --- a/usbboot/src/Makefile.am +++ b/usbboot/src/Makefile.am @@ -2,7 +2,7 @@ AM_CFLAGS = -pedantic -Wall -W -DCFGDIR=\"$(cfgdir)\" -DDATADIR=\"$(pkgdatadir)\ xburst-tools_version.h: echo -e '#ifndef XBURST_TOOLS_VERSION' \ - '\n#define XBURST_TOOLS_VERSION "201012"' \ + '\n#define XBURST_TOOLS_VERSION "201103"' \ '\n#endif' > xburst-tools_version.h BUILT_SOURCES = xburst-tools_version.h diff --git a/usbboot/src/cmd.c b/usbboot/src/cmd.c index 70770c8..8e85289 100644 --- a/usbboot/src/cmd.c +++ b/usbboot/src/cmd.c @@ -454,7 +454,6 @@ int nand_program_file(struct nand_in *nand_in, ((hand.nand_ps + hand.nand_os) * hand.nand_ppb) + 1; } - /* printf(" length %d flen %d\n", n_in.length, flen); */ n_in.cs_map = nand_in->cs_map; n_in.dev = nand_in->dev; n_in.max_chip = nand_in->max_chip;