mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 10:22:48 +02:00
update usbboot version
This commit is contained in:
parent
b3ebec3308
commit
86d8824507
@ -2,7 +2,7 @@ AM_CFLAGS = -pedantic -Wall -W -DCFGDIR=\"$(cfgdir)\" -DDATADIR=\"$(pkgdatadir)\
|
|||||||
|
|
||||||
xburst-tools_version.h:
|
xburst-tools_version.h:
|
||||||
echo -e '#ifndef XBURST_TOOLS_VERSION' \
|
echo -e '#ifndef XBURST_TOOLS_VERSION' \
|
||||||
'\n#define XBURST_TOOLS_VERSION "201012"' \
|
'\n#define XBURST_TOOLS_VERSION "201103"' \
|
||||||
'\n#endif' > xburst-tools_version.h
|
'\n#endif' > xburst-tools_version.h
|
||||||
BUILT_SOURCES = xburst-tools_version.h
|
BUILT_SOURCES = xburst-tools_version.h
|
||||||
|
|
||||||
|
@ -454,7 +454,6 @@ int nand_program_file(struct nand_in *nand_in,
|
|||||||
((hand.nand_ps + hand.nand_os) * hand.nand_ppb)
|
((hand.nand_ps + hand.nand_os) * hand.nand_ppb)
|
||||||
+ 1;
|
+ 1;
|
||||||
}
|
}
|
||||||
/* printf(" length %d flen %d\n", n_in.length, flen); */
|
|
||||||
n_in.cs_map = nand_in->cs_map;
|
n_in.cs_map = nand_in->cs_map;
|
||||||
n_in.dev = nand_in->dev;
|
n_in.dev = nand_in->dev;
|
||||||
n_in.max_chip = nand_in->max_chip;
|
n_in.max_chip = nand_in->max_chip;
|
||||||
|
Loading…
Reference in New Issue
Block a user