diff options
author | Tom Rini <trini@konsulko.com> | 2021-01-12 09:32:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-12 09:32:20 -0500 |
commit | 996f217ea368ecaef84863bb29699c0e185b9be7 (patch) | |
tree | 50e40e77c82d4543f68efd06778e4a58ef1c14e7 /configs/sama5d2_ptc_ek_mmc_defconfig | |
parent | f71e574cf993bb89b07420ad90c209fd3f0a3f68 (diff) | |
parent | aeaef07c5124afbe848f727a24019cf432f5e011 (diff) | |
download | u-boot-996f217ea368ecaef84863bb29699c0e185b9be7.tar.gz |
Merge tag 'u-boot-atmel-2021.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel
First set of u-boot-atmel features for 2021.04 cycle
This feature set includes the new board SAMA7G5 EK, the new evaluation
kit for Microchip AT91 SAMA7G5 SoC . The current board support includes
two configurations for booting from eMMC (SDMMC0), SD-Card (SDMMC1), and
support for two Ethernet interfaces.
Diffstat (limited to 'configs/sama5d2_ptc_ek_mmc_defconfig')
-rw-r--r-- | configs/sama5d2_ptc_ek_mmc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sama5d2_ptc_ek_mmc_defconfig b/configs/sama5d2_ptc_ek_mmc_defconfig index e566f54685..0c0dcbb545 100644 --- a/configs/sama5d2_ptc_ek_mmc_defconfig +++ b/configs/sama5d2_ptc_ek_mmc_defconfig @@ -52,7 +52,6 @@ CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ATMEL=y CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y -# CONFIG_SYS_NAND_USE_FLASH_BBT is not set CONFIG_NAND_ATMEL=y CONFIG_ATMEL_NAND_HW_PMECC=y CONFIG_PMECC_CAP=4 |