summaryrefslogtreecommitdiff
path: root/configs/sama5d3_xplained_nandflash_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/sama5d3_xplained_nandflash_defconfig
parent4e89e4fc18c7278f70fdcec5045aa68b7598185e (diff)
downloadu-boot-86ce3737edfcf0575ee575cb0276c0c3d5453523.tar.xz
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/sama5d3_xplained_nandflash_defconfig')
-rw-r--r--configs/sama5d3_xplained_nandflash_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d3_xplained_nandflash_defconfig b/configs/sama5d3_xplained_nandflash_defconfig
index 4d8a63fbd7..9c82288871 100644
--- a/configs/sama5d3_xplained_nandflash_defconfig
+++ b/configs/sama5d3_xplained_nandflash_defconfig
@@ -40,6 +40,8 @@ CONFIG_CMD_USB=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
+CONFIG_CMD_HASH=y
+CONFIG_HASH_VERIFY=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y