From: Stefan Roese Date: Fri, 20 Sep 2019 16:09:09 +0000 (+0200) Subject: ARM: imx: arch/arm/mach-imx/spl_qspi.cfg X-Git-Tag: v2020.01-rc1~33^2~65 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a9f86b27724a56293c152a8b21ee473672cef90;p=oweals%2Fu-boot.git ARM: imx: arch/arm/mach-imx/spl_qspi.cfg Similar to "spl_sd.cfg", this patch introduces "spl_qspi.cfg" so that all i.MX6 based boards can use it, when they use SPL and QSPI boot mode. Signed-off-by: Stefan Roese Cc: Fabio Estevam Cc: Stefano Babic --- diff --git a/arch/arm/mach-imx/spl_qspi.cfg b/arch/arm/mach-imx/spl_qspi.cfg new file mode 100644 index 0000000000..88956e626f --- /dev/null +++ b/arch/arm/mach-imx/spl_qspi.cfg @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ + */ + +#define __ASSEMBLY__ +#include + +IMAGE_VERSION 2 +BOOT_FROM qspi + +/* + * Secure boot support + */ +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif