aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/mach-imx/spl_sd.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/mach-imx/spl_sd.cfg')
-rw-r--r--roms/u-boot/arch/arm/mach-imx/spl_sd.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-imx/spl_sd.cfg b/roms/u-boot/arch/arm/mach-imx/spl_sd.cfg
new file mode 100644
index 000000000..dbaee8153
--- /dev/null
+++ b/roms/u-boot/arch/arm/mach-imx/spl_sd.cfg
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
+ */
+
+#define __ASSEMBLY__
+#include <config.h>
+
+IMAGE_VERSION 2
+BOOT_FROM sd
+
+/*
+ * Secure boot support
+ */
+#ifdef CONFIG_IMX_HAB
+CSF CONFIG_CSF_SIZE
+#endif