diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/da830evm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h index c522af9..cca75ce 100644 --- a/include/configs/da830evm.h +++ b/include/configs/da830evm.h @@ -105,8 +105,10 @@ #define CONFIG_SYS_NO_FLASH #define CONFIG_ENV_IS_IN_NAND /* U-Boot env in NAND Flash */ #define CONFIG_ENV_OFFSET (512 << 10) -#define CONFIG_ENV_SIZE (512 << 10) +#define CONFIG_ENV_SIZE (10 << 10) /* 10KB */ +#define CONFIG_SYS_NAND_USE_FLASH_BBT #define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST +#define CONFIG_SYS_NAND_PAGE_2K #define CONFIG_SYS_NAND_CS 3 #define CONFIG_SYS_NAND_BASE DAVINCI_ASYNC_EMIF_DATA_CE3_BASE #define CONFIG_SYS_NAND_PAGE_2K |