From 57f76c2a47e96bf4e5b341a4d318ab09035d880e Mon Sep 17 00:00:00 2001 From: Eugen Hristev Date: Fri, 8 Feb 2019 10:57:01 +0200 Subject: 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 --- configs/sama5d36ek_cmp_mmc_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/sama5d36ek_cmp_mmc_defconfig') 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 -- cgit v1.2.3