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/at91sam9n12ek_spiflash_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/at91sam9n12ek_spiflash_defconfig') diff --git a/configs/at91sam9n12ek_spiflash_defconfig b/configs/at91sam9n12ek_spiflash_defconfig index 273f91c59e..63889355bf 100644 --- a/configs/at91sam9n12ek_spiflash_defconfig +++ b/configs/at91sam9n12ek_spiflash_defconfig @@ -41,7 +41,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