configs: at91: remove SPL_GENERATE_ATMEL_PMECC_HEADER from non-nand configs
authorEugen Hristev <eugen.hristev@microchip.com>
Fri, 8 Feb 2019 08:57:01 +0000 (10:57 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Mon, 4 Mar 2019 07:13:04 +0000 (09:13 +0200)
commit57f76c2a47e96bf4e5b341a4d318ab09035d880e
tree1c67f1d852b8e16d7b7c80f87d69d4e06f2858dd
parent0ecab03d657ce2b93152c8a617270593ab75f3ea
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>
13 files changed:
configs/at91sam9n12ek_mmc_defconfig
configs/at91sam9n12ek_spiflash_defconfig
configs/at91sam9x5ek_mmc_defconfig
configs/at91sam9x5ek_spiflash_defconfig
configs/sama5d36ek_cmp_mmc_defconfig
configs/sama5d36ek_cmp_spiflash_defconfig
configs/sama5d3_xplained_mmc_defconfig
configs/sama5d3xek_mmc_defconfig
configs/sama5d3xek_spiflash_defconfig
configs/sama5d4_xplained_mmc_defconfig
configs/sama5d4_xplained_spiflash_defconfig
configs/sama5d4ek_mmc_defconfig
configs/sama5d4ek_spiflash_defconfig