On Fri, Mar 1, 2013 at 8:16 AM, Akshay Saraswat <[email protected]> wrote: > This enables hash command. > > Tested with command "hash sha256 0x40008000 0x2B 0x40009000". > Used mm and md to write a standard string to memory location > 0x40008000 and ran the above command to verify the output. > > Change-Id: Ia22095b9391cc5889910a60acbc2e970090ea244 > Signed-off-by: ARUN MANKUZHI <[email protected]> > Signed-off-by: Akshay Saraswat <[email protected]>
Acked-by: Simon Glass <[email protected]> > --- > Chenges since v2: > - New patch to enable config for hash command. > > include/configs/exynos5250-dt.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h > index 0b43984..3efbdec 100644 > --- a/include/configs/exynos5250-dt.h > +++ b/include/configs/exynos5250-dt.h > @@ -116,6 +116,7 @@ > #define CONFIG_CMD_EXT2 > #define CONFIG_CMD_FAT > #define CONFIG_CMD_NET > +#define CONFIG_CMD_HASH > > #define CONFIG_BOOTDELAY 3 > #define CONFIG_ZERO_BOOTDELAY_CHECK > -- > 1.8.0 > _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

