Albert ARIBAUD \(3ADEV\) | 931a1d2 | 2015-09-21 22:43:39 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2015 3ADEV <http://www.3adev.com> |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | * |
Jagan Teki | 03bf9d5 | 2016-10-08 18:00:14 +0530 | [diff] [blame] | 6 | * Refer doc/README.imximage for more details about how-to configure |
Albert ARIBAUD \(3ADEV\) | 931a1d2 | 2015-09-21 22:43:39 +0200 | [diff] [blame] | 7 | * and create imximage boot image |
| 8 | * |
| 9 | * The syntax is taken as close as possible with the kwbimage |
| 10 | */ |
Stefano Babic | 552a848 | 2017-06-29 10:16:06 +0200 | [diff] [blame] | 11 | #include <asm/mach-imx/imximage.cfg> |
Albert ARIBAUD \(3ADEV\) | 931a1d2 | 2015-09-21 22:43:39 +0200 | [diff] [blame] | 12 | |
| 13 | /* image version */ |
| 14 | IMAGE_VERSION 2 |
| 15 | |
| 16 | /* Boot Offset 0x400, valid for both SD and NAND boot */ |
| 17 | BOOT_OFFSET FLASH_OFFSET_STANDARD |