diff options
author | Tom Rini | 2021-06-17 11:46:44 -0400 |
---|---|---|
committer | Tom Rini | 2021-06-17 11:46:44 -0400 |
commit | a94b2aad05d52cbd49012ccd900bcbcf29f9bc22 (patch) | |
tree | 245e9339bfd94a5d03631b74d7fb7ec280510d0c /configs/sama5d2_xplained_mmc_defconfig | |
parent | e87a933406e7ad8d36a5f64bce81be6dce4a4e71 (diff) | |
parent | ea83ea5afd181ac2cf5d02b623956a6dac684883 (diff) |
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_mmc_defconfig')
-rw-r--r-- | configs/sama5d2_xplained_mmc_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d2_xplained_mmc_defconfig b/configs/sama5d2_xplained_mmc_defconfig index add797b7ca9..8c637c4e79f 100644 --- a/configs/sama5d2_xplained_mmc_defconfig +++ b/configs/sama5d2_xplained_mmc_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 |