diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2014-05-19 14:23:41 +0200 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2014-05-27 00:10:49 +0200 |
commit | e166a8311ff29c020b6f17f133ada53e6f98befa (patch) | |
tree | 378481f76e7499844b7c3d18728555859f7dbab7 /include | |
parent | 5c390a5b26ce53a6534b99c22bb762484e6b3497 (diff) | |
download | u-boot-imx-e166a8311ff29c020b6f17f133ada53e6f98befa.zip u-boot-imx-e166a8311ff29c020b6f17f133ada53e6f98befa.tar.gz u-boot-imx-e166a8311ff29c020b6f17f133ada53e6f98befa.tar.bz2 |
sama5d3xek: enable PMECC header generation
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Bo Shen <voice.shen@atmel.com>
Tested-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sama5d3xek.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 20a5f6e..fe63d80 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -283,6 +283,7 @@ #define CONFIG_SYS_NAND_OOBSIZE 64 #define CONFIG_SYS_NAND_BLOCK_SIZE 0x20000 #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0x0 +#define CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER #elif CONFIG_SYS_USE_SERIALFLASH #define CONFIG_SPL_SPI_SUPPORT |