mirror of
https://xff.cz/git/u-boot/
synced 2025-10-22 10:31:56 +02:00
crypto: Add blob command support for i.MX8M platforms
This patch enable blob command for mScale platforms. Signed-off-by: Aymen Sghaier <aymen.sghaier@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
committed by
Stefano Babic
parent
dde92e2d15
commit
2532429b16
@@ -10,7 +10,7 @@
|
||||
#include <asm/byteorder.h>
|
||||
#include <linux/compiler.h>
|
||||
#if defined(CONFIG_ARCH_MX6) || defined(CONFIG_ARCH_MX7) || \
|
||||
defined(CONFIG_ARCH_MX7ULP)
|
||||
defined(CONFIG_ARCH_MX7ULP) || defined(CONFIG_ARCH_IMX8M)
|
||||
#include <fsl_sec.h>
|
||||
#include <asm/arch/clock.h>
|
||||
#endif
|
||||
@@ -80,7 +80,7 @@ static int do_blob(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||
dst_ptr = (uint8_t *)(uintptr_t)dst_addr;
|
||||
|
||||
#if defined(CONFIG_ARCH_MX6) || defined(CONFIG_ARCH_MX7) || \
|
||||
defined(CONFIG_ARCH_MX7ULP)
|
||||
defined(CONFIG_ARCH_MX7ULP) || defined(CONFIG_ARCH_IMX8M)
|
||||
|
||||
hab_caam_clock_enable(1);
|
||||
|
||||
|
Reference in New Issue
Block a user