diff options
author | Tom Rini <trini@konsulko.com> | 2021-06-17 11:46:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-06-17 11:46:44 -0400 |
commit | a94b2aad05d52cbd49012ccd900bcbcf29f9bc22 (patch) | |
tree | 245e9339bfd94a5d03631b74d7fb7ec280510d0c /configs/sama5d2_xplained_qspiflash_defconfig | |
parent | e87a933406e7ad8d36a5f64bce81be6dce4a4e71 (diff) | |
parent | ea83ea5afd181ac2cf5d02b623956a6dac684883 (diff) | |
download | u-boot-a94b2aad05d52cbd49012ccd900bcbcf29f9bc22.tar.gz |
Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodians/u-boot-atmel into next
First set of u-boot-atmel features for the 2021.10 cycle:
This feature set converts the boards pm9261 and pm9263 Ethernet support
to DM; enables hash command for all SAM boards; fixes the NAND pmecc
bit-flips correction; adds Falcon boot for sama5d3_xplained board; and
other minor adjustments.
Diffstat (limited to 'configs/sama5d2_xplained_qspiflash_defconfig')
-rw-r--r-- | configs/sama5d2_xplained_qspiflash_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d2_xplained_qspiflash_defconfig b/configs/sama5d2_xplained_qspiflash_defconfig index 4dbe6de722..ea3e3b54b5 100644 --- a/configs/sama5d2_xplained_qspiflash_defconfig +++ b/configs/sama5d2_xplained_qspiflash_defconfig @@ -40,6 +40,8 @@ CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_DHCP=y CONFIG_CMD_PING=y +CONFIG_CMD_HASH=y +CONFIG_HASH_VERIFY=y CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y |