1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * (C) Copyright 2013-2015, Freescale Semiconductor, Inc. 4 */ 5 6/* 7 * Refer doc/README.imximage for more details about how-to configure 8 * and create imximage boot image 9 * 10 * The syntax is taken as close as possible with the kwbimage 11 */ 12#include <asm/mach-imx/imximage.cfg> 13 14/* image version */ 15IMAGE_VERSION 2 16BOOT_FROM sd 17 18 19/* 20 * Boot Device : one of qspi, sd: 21 * qspi: flash_offset: 0x1000 22 * sd/mmc: flash_offset: 0x1000 23 */ 24 25 26#ifdef CONFIG_SECURE_BOOT 27SECURE_BOOT 28#endif 29