|
@@ -602,6 +602,7 @@ static int prepare_command_pool(struct pxa3xx_nand_info *info, int command,
|
|
info->use_ecc = 0;
|
|
info->use_ecc = 0;
|
|
info->use_spare = 1;
|
|
info->use_spare = 1;
|
|
info->retcode = ERR_NONE;
|
|
info->retcode = ERR_NONE;
|
|
|
|
+ info->ndcb3 = 0;
|
|
if (info->cs != 0)
|
|
if (info->cs != 0)
|
|
info->ndcb0 = NDCB0_CSEL;
|
|
info->ndcb0 = NDCB0_CSEL;
|
|
else
|
|
else
|
|
@@ -623,7 +624,6 @@ static int prepare_command_pool(struct pxa3xx_nand_info *info, int command,
|
|
default:
|
|
default:
|
|
info->ndcb1 = 0;
|
|
info->ndcb1 = 0;
|
|
info->ndcb2 = 0;
|
|
info->ndcb2 = 0;
|
|
- info->ndcb3 = 0;
|
|
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
|