Files
Linux_Drivers/u-boot-2021.10/arch/arm/include/asm/mach-imx/imximage.cfg
sam.xiang f8fc109960 [uboot] create uboot from github:
repo: https://github.com/u-boot/u-boot
	commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91

Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
2023-03-10 20:30:57 +08:00

24 lines
736 B
INI

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* i.MX image header offset values
* Copyright (C) 2013 Marek Vasut <marex@denx.de>
*/
/*
* NOTE: This file must be kept in sync with tools/imximage.h because
* tools/imximage.c can not cross-include headers from arch/arm/
* and vice-versa.
*/
#ifndef __ASM_IMX_COMMON_IMXIMAGE_CFG__
#define __ASM_IMX_COMMON_IMXIMAGE_CFG__
/* Standard image header offset for NAND, SATA, SD, SPI flash. */
#define FLASH_OFFSET_STANDARD 0x400
/* Specific image header offset for booting from OneNAND. */
#define FLASH_OFFSET_ONENAND 0x100
/* Specific image header offset for booting from memory-mapped NOR. */
#define FLASH_OFFSET_NOR 0x1000
#endif /* __ASM_IMX_COMMON_IMXIMAGE_CFG__ */