u-boot/arch/arm/mach-imx/spl_qspi.cfg
Simon Glass 5c86a8f7a1 imx: Don't define __ASSEMBLY__ in source files
This is supposed to be a build-system flag. Move it there so we can
define it before linux/kconfig.h is included.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-02-08 23:07:58 -05:00

17 lines
241 B
INI

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
*/
#include <config.h>
IMAGE_VERSION 2
BOOT_FROM qspi
/*
* Secure boot support
*/
#ifdef CONFIG_IMX_HAB
CSF CONFIG_CSF_SIZE
#endif