blob: 6626a12dc65f0c8d202b36fab0366165bd237c34 [file] [log] [blame]
Eddy Petrișor9702ec02016-06-05 03:43:00 +03001/*
2 * (C) Copyright 2013-2015, Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7/*
Jagan Teki03bf9d52016-10-08 18:00:14 +05308 * Refer doc/README.imximage for more details about how-to configure
Eddy Petrișor9702ec02016-06-05 03:43:00 +03009 * and create imximage boot image
10 *
11 * The syntax is taken as close as possible with the kwbimage
12 */
Stefano Babic552a8482017-06-29 10:16:06 +020013#include <asm/mach-imx/imximage.cfg>
Eddy Petrișor9702ec02016-06-05 03:43:00 +030014
15/* image version */
16IMAGE_VERSION 2
17BOOT_FROM sd
18
19
20/*
21 * Boot Device : one of qspi, sd:
22 * qspi: flash_offset: 0x1000
23 * sd/mmc: flash_offset: 0x1000
24 */
25
26
27#ifdef CONFIG_SECURE_BOOT
28SECURE_BOOT
29#endif