blob: 526b7d177feef23e4e2590c202295a7d31c744fe [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/*
Jagan Teki03bf9d52016-10-08 18:00:14 +05307 * Refer doc/README.imximage 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