From cfdd0c3b7ea003c6df7ad9b55535d14f78c15167 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 25 Feb 2010 11:11:40 +0800 Subject: [PATCH] [usbboot] change NAND_FORCEERASE to 1 --- usbboot/doc/usbboot.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbboot/doc/usbboot.cfg b/usbboot/doc/usbboot.cfg index d1ad4f1..3406934 100644 --- a/usbboot/doc/usbboot.cfg +++ b/usbboot/doc/usbboot.cfg @@ -43,7 +43,7 @@ NAND_BUSWIDTH = 8 #The width of the NAND flash chip in bits (8|16|32) NAND_ROWCYCLES = 3 #The row address cycles (2|3) NAND_PAGESIZE = 4096 #The page size of the NAND chip in bytes(512|2048|4096) NAND_PAGEPERBLOCK = 128 #The page number per block -NAND_FORCEERASE = 0 #The force to erase flag (0|1) +NAND_FORCEERASE = 1 #The force to erase flag (0|1) NAND_OOBSIZE = 128 #oob size in byte NAND_ECCPOS = 12 #Specify the ECC offset inside the oob data (0-[oobsize-1]) NAND_BADBLOCKPOS = 0 #Specify the badblock flag offset inside the oob (0-[oobsize-1])