Eddy Petrișor | 9702ec0 | 2016-06-05 03:43:00 +0300 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2013-2015, Freescale Semiconductor, Inc. |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | */ |
| 6 | |
| 7 | /* |
| 8 | * Refer docs/README.imxmage for more details about how-to configure |
| 9 | * and create imximage boot image |
| 10 | * |
| 11 | * The syntax is taken as close as possible with the kwbimage |
| 12 | */ |
| 13 | #include <asm/imx-common/imximage.cfg> |
| 14 | |
| 15 | /* image version */ |
| 16 | IMAGE_VERSION 2 |
| 17 | BOOT_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 |
| 28 | SECURE_BOOT |
| 29 | #endif |