1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

the SDRAM_BW16 shoudl be 1 or 0.

make the xburst tools work in jz4720 and jz4725 cpu.
This commit is contained in:
Xiangfu Liu
2009-08-30 21:35:46 +08:00
parent c5621d6af8
commit d5f2bee6f1
3 changed files with 4 additions and 6 deletions

View File

@@ -450,8 +450,6 @@ int nand_program_file(struct nand_in *nand_in,
transfer_size = (hand.nand_ppb * hand.nand_ps);
else
transfer_size = (hand.nand_ppb * (hand.nand_ps + hand.nand_os));
printf("nand_ppb: %d, nand_ps: %d, nand_os: %d\n", hand.nand_ppb,
hand.nand_ps, hand.nand_os);
m = flen / transfer_size;
j = flen % transfer_size;