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/sama5d36ek_cmp_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/sama5d36ek_cmp_mmc_defconfig')
-rw-r--r-- | configs/sama5d36ek_cmp_mmc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sama5d36ek_cmp_mmc_defconfig b/configs/sama5d36ek_cmp_mmc_defconfig index ced445f17d..3026cab380 100644 --- a/configs/sama5d36ek_cmp_mmc_defconfig +++ b/configs/sama5d36ek_cmp_mmc_defconfig @@ -43,7 +43,6 @@ CONFIG_DM_MMC=y CONFIG_GENERIC_ATMEL_MCI=y CONFIG_NAND=y CONFIG_NAND_ATMEL=y -CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_ATMEL=y |