diff options
| author | Akshay Saraswat <akshay.s@samsung.com> | 2013-03-20 21:00:57 +0000 | 
|---|---|---|
| committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-03-29 20:10:42 +0900 | 
| commit | 8e6ee2933c64648d05824f40fe2ad004296046c4 (patch) | |
| tree | 5c49c3468ea79f2220cb8d595925626caaf4773c | |
| parent | acbb1eb7723726f10e099bd5c05a3e993b1fe9ec (diff) | |
| download | olio-uboot-2014.01-8e6ee2933c64648d05824f40fe2ad004296046c4.tar.xz olio-uboot-2014.01-8e6ee2933c64648d05824f40fe2ad004296046c4.zip  | |
Exynos: config: Enable ACE HW for SHA 256 for Exynos
This enables SHA 256 for exynos.
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>
| -rw-r--r-- | include/configs/exynos5250-dt.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 2b9d6ac06..417b29c3a 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -46,6 +46,9 @@  /* Keep L2 Cache Disabled */  #define CONFIG_SYS_DCACHE_OFF +/* Enable ACE acceleration for SHA1 and SHA256 */ +#define CONFIG_EXYNOS_ACE_SHA +  #define CONFIG_SYS_SDRAM_BASE		0x40000000  #define CONFIG_SYS_TEXT_BASE		0x43E00000  |