diff options
author | Akshay Saraswat <akshay.s@samsung.com> | 2013-03-20 21:00:59 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-03-29 20:10:42 +0900 |
commit | 2c6346c1beb1d4debe9c79dc7f72c4e62a77859d (patch) | |
tree | 90c98fff5688be2f696ea2567124a76c3d4ccc54 /include/configs | |
parent | 1f9c92808aab4542939a864ed25776eef5790e60 (diff) | |
download | u-boot-imx-2c6346c1beb1d4debe9c79dc7f72c4e62a77859d.zip u-boot-imx-2c6346c1beb1d4debe9c79dc7f72c4e62a77859d.tar.gz u-boot-imx-2c6346c1beb1d4debe9c79dc7f72c4e62a77859d.tar.bz2 |
Exynos: config: Enable hash command
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.
Signed-off-by: ARUN MANKUZHI <arun.m@samsung.com>
Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/exynos5250-dt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 417b29c..6072acd 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -48,6 +48,7 @@ /* Enable ACE acceleration for SHA1 and SHA256 */ #define CONFIG_EXYNOS_ACE_SHA +#define CONFIG_SHA_HW_ACCEL #define CONFIG_SYS_SDRAM_BASE 0x40000000 #define CONFIG_SYS_TEXT_BASE 0x43E00000 @@ -117,6 +118,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 |