diff options
author | Dirk Behme <dirk.behme@de.bosch.com> | 2012-01-11 23:28:31 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-02-12 10:11:25 +0100 |
commit | 19b409c00727444e12d8698a8f3982390d42ea6a (patch) | |
tree | 831a384f00417d3824059234ce466f7373f5fccb /tools/imximage.h | |
parent | b7628675091a4d9fbbd2207405eb240e8f614356 (diff) | |
download | u-boot-imx-19b409c00727444e12d8698a8f3982390d42ea6a.zip u-boot-imx-19b409c00727444e12d8698a8f3982390d42ea6a.tar.gz u-boot-imx-19b409c00727444e12d8698a8f3982390d42ea6a.tar.bz2 |
imximage: Add support for i.MX6
The i.MX6 processor can boot from NOR flash and SATA disks,
additionally. Add the flash offsets for these additional
boot modes.
Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
CC: Stefano Babic <sbabic@denx.de>
CC: Jason Liu <jason.hui@linaro.org>
Acked-by: Jason Liu <jason.hui@linaro.org>
Diffstat (limited to 'tools/imximage.h')
-rw-r--r-- | tools/imximage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/imximage.h b/tools/imximage.h index d126a46..d784a8d 100644 --- a/tools/imximage.h +++ b/tools/imximage.h @@ -37,6 +37,8 @@ #define FLASH_OFFSET_SD FLASH_OFFSET_STANDARD #define FLASH_OFFSET_SPI FLASH_OFFSET_STANDARD #define FLASH_OFFSET_ONENAND 0x100 +#define FLASH_OFFSET_NOR 0x1000 +#define FLASH_OFFSET_SATA FLASH_OFFSET_STANDARD #define IVT_HEADER_TAG 0xD1 #define IVT_VERSION 0x40 |