diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2021-05-26 16:05:57 +0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2021-06-14 11:57:09 +0300 |
commit | 86ce3737edfcf0575ee575cb0276c0c3d5453523 (patch) | |
tree | 56b26085efa119a07f572d284bd57231cc1fb401 /configs/sam9x60ek_qspiflash_defconfig | |
parent | 4e89e4fc18c7278f70fdcec5045aa68b7598185e (diff) | |
download | u-boot-86ce3737edfcf0575ee575cb0276c0c3d5453523.tar.gz |
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/sam9x60ek_qspiflash_defconfig')
-rw-r--r-- | configs/sam9x60ek_qspiflash_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sam9x60ek_qspiflash_defconfig b/configs/sam9x60ek_qspiflash_defconfig index 2f50f2fe47..29071e802f 100644 --- a/configs/sam9x60ek_qspiflash_defconfig +++ b/configs/sam9x60ek_qspiflash_defconfig @@ -33,6 +33,8 @@ CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y +CONFIG_CMD_HASH=y +CONFIG_HASH_VERIFY=y CONFIG_CMD_FAT=y CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y |