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;