Alison Wang | 8c65312 | 2013-05-27 22:55:47 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2013 Freescale Semiconductor, Inc. |
| 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Alison Wang | 8c65312 | 2013-05-27 22:55:47 +0000 | [diff] [blame] | 5 | * |
| 6 | * Refer docs/README.imxmage for more details about how-to configure |
| 7 | * and create imximage boot image |
| 8 | * |
| 9 | * The syntax is taken as close as possible with the kwbimage |
| 10 | */ |
| 11 | #include <asm/imx-common/imximage.cfg> |
| 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 |