mirror of
https://xff.cz/git/u-boot/
synced 2025-09-06 19:22:11 +02:00
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 <sr@denx.de> Cc: Fabio Estevam <festevam@gmail.com> Cc: Stefano Babic <sbabic@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
d10d1386a0
commit
2a9f86b277
17
arch/arm/mach-imx/spl_qspi.cfg
Normal file
17
arch/arm/mach-imx/spl_qspi.cfg
Normal file
@@ -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 qspi
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Secure boot support
|
||||||
|
*/
|
||||||
|
#ifdef CONFIG_SECURE_BOOT
|
||||||
|
CSF CONFIG_CSF_SIZE
|
||||||
|
#endif
|
Reference in New Issue
Block a user