aboutsummaryrefslogtreecommitdiff
path: root/configs/sama5d2_ptc_ek_mmc_defconfig
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2021-05-26 16:05:57 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-06-14 11:57:09 +0300
commit86ce3737edfcf0575ee575cb0276c0c3d5453523 (patch)
tree56b26085efa119a07f572d284bd57231cc1fb401 /configs/sama5d2_ptc_ek_mmc_defconfig
parent4e89e4fc18c7278f70fdcec5045aa68b7598185e (diff)
downloadu-boot-86ce3737edfcf0575ee575cb0276c0c3d5453523.zip
u-boot-86ce3737edfcf0575ee575cb0276c0c3d5453523.tar.gz
u-boot-86ce3737edfcf0575ee575cb0276c0c3d5453523.tar.bz2
configs: sam boards: add hash command
Add hash and hash verify commands. These would be useful for verifying copied data. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs/sama5d2_ptc_ek_mmc_defconfig')
-rw-r--r--configs/sama5d2_ptc_ek_mmc_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d2_ptc_ek_mmc_defconfig b/configs/sama5d2_ptc_ek_mmc_defconfig
index 0c0dcbb..978b4b2 100644
--- a/configs/sama5d2_ptc_ek_mmc_defconfig
+++ b/configs/sama5d2_ptc_ek_mmc_defconfig
@@ -32,6 +32,8 @@ CONFIG_CMD_NAND=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