]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx: priblob: Fix build break
authorYe Li <ye.li@nxp.com>
Mon, 11 May 2026 07:47:12 +0000 (15:47 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 15 May 2026 20:31:39 +0000 (17:31 -0300)
Add config.h to fix CAAM_BASE_ADDR undeclared build error when
CONFIG_CMD_PRIBLOB enabled.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/priblob.c

index 65924483bc890ddad00358277c80123561c29c42..c22435c16763cb4758eae133f2c8783e1c41f12b 100644 (file)
@@ -10,6 +10,7 @@
  * to decrypt an encrypted boot image.
  */
 
+#include <config.h>
 #include <asm/io.h>
 #include <command.h>
 #include <fsl_sec.h>