diff options
Diffstat (limited to 'include/configs/hawkboard.h')
| -rw-r--r-- | include/configs/hawkboard.h | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/include/configs/hawkboard.h b/include/configs/hawkboard.h index 12acb27ae..65b3b78ab 100644 --- a/include/configs/hawkboard.h +++ b/include/configs/hawkboard.h @@ -138,11 +138,8 @@  #define CONFIG_SYS_NAND_BAD_BLOCK_POS	0  #define CONFIG_SYS_NAND_ECCSIZE		512  #define CONFIG_SYS_NAND_ECCBYTES	10 -#define CONFIG_SYS_NAND_ECCSTEPS	(CONFIG_SYS_NAND_PAGE_SIZE /	 \ -					 CONFIG_SYS_NAND_ECCSIZE)  #define CONFIG_SYS_NAND_OOBSIZE		64 -#define CONFIG_SYS_NAND_ECCTOTAL	(CONFIG_SYS_NAND_ECCBYTES *	\ -					CONFIG_SYS_NAND_ECCSTEPS) +  #endif /* CONFIG_SYS_USE_NAND */  /* |