diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2019-02-08 10:57:01 +0200 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-03-04 09:13:04 +0200 |
commit | 57f76c2a47e96bf4e5b341a4d318ab09035d880e (patch) | |
tree | 1c67f1d852b8e16d7b7c80f87d69d4e06f2858dd /configs/sama5d3xek_mmc_defconfig | |
parent | 0ecab03d657ce2b93152c8a617270593ab75f3ea (diff) |
configs: at91: remove SPL_GENERATE_ATMEL_PMECC_HEADER from non-nand configs
SPL_GENERATE_ATMEL_PMECC_HEADER will generate a header for the SPL for NAND
information. The initial stage 1 bootloader will use this header in case the
NAND flash doesn't support commands to retrieve sector size, etc.
However this header is bad for different boot media, like MMC or SPI.
In case SD_BOOT or SPI_BOOT is used, remove the config for this.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs/sama5d3xek_mmc_defconfig')
-rw-r--r-- | configs/sama5d3xek_mmc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sama5d3xek_mmc_defconfig b/configs/sama5d3xek_mmc_defconfig index 404af1ffade..548b0b87c0b 100644 --- a/configs/sama5d3xek_mmc_defconfig +++ b/configs/sama5d3xek_mmc_defconfig @@ -68,7 +68,6 @@ CONFIG_SYS_FLASH_CFI=y CONFIG_NAND=y CONFIG_NAND_ATMEL=y CONFIG_PMECC_CAP=4 -CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_ATMEL=y |