summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/spl_sd.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-imx/spl_sd.cfg')
-rw-r--r--arch/arm/mach-imx/spl_sd.cfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/spl_sd.cfg b/arch/arm/mach-imx/spl_sd.cfg
new file mode 100644
index 00000000000..14c135c549e
--- /dev/null
+++ b/arch/arm/mach-imx/spl_sd.cfg
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#define __ASSEMBLY__
+#include <config.h>
+
+IMAGE_VERSION 2
+BOOT_FROM sd
+
+/*
+ * Secure boot support
+ */
+#ifdef CONFIG_SECURE_BOOT
+CSF CONFIG_CSF_SIZE
+#endif \ No newline at end of file