blob: 7881512139d0be70955da5105a8168bb2ad2e5cf [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Eddy Petrișor9702ec02016-06-05 03:43:00 +03002/*
3 * (C) Copyright 2013-2015, Freescale Semiconductor, Inc.
Eddy Petrișor9702ec02016-06-05 03:43:00 +03004 */
5
6/*
Patrick Delaunayb09e28f2020-02-28 15:18:12 +01007 * Refer doc/imx/mkimage/imximage.txt for more details about how-to configure
Eddy Petrișor9702ec02016-06-05 03:43:00 +03008 * and create imximage boot image
9 *
10 * The syntax is taken as close as possible with the kwbimage
11 */
Stefano Babic552a8482017-06-29 10:16:06 +020012#include <asm/mach-imx/imximage.cfg>
Eddy Petrișor9702ec02016-06-05 03:43:00 +030013
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