Commit | Line | Data |
---|---|---|
1 | /* SPDX-License-Identifier: GPL-2.0+ */ | |
2 | /* | |
3 | * Copyright 2013 Freescale Semiconductor, Inc. | |
4 | * | |
5 | * Refer doc/imx/mkimage/imximage.txt for more details about how-to configure | |
6 | * and create imximage boot image | |
7 | * | |
8 | * The syntax is taken as close as possible with the kwbimage | |
9 | */ | |
10 | #include <asm/mach-imx/imximage.cfg> | |
11 | ||
12 | /* image version */ | |
13 | IMAGE_VERSION 2 | |
14 | ||
15 | /* Boot Offset 0x400, valid for both SD and NAND boot */ | |
16 | BOOT_OFFSET FLASH_OFFSET_STANDARD |