diff options
author | Macpaul Lin <macpaul@andestech.com> | 2011-10-19 20:41:09 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-22 00:54:06 +0200 |
commit | 64d614617f3b74d360717edbf2960cfd84594cf1 (patch) | |
tree | f1836bc4835c90ede2b35a20c55e7d03cf6aa17f /include/image.h | |
parent | 72c73ddec3d50776fda2fcd92854f0d9fc9d4a33 (diff) | |
download | u-boot-imx-64d614617f3b74d360717edbf2960cfd84594cf1.zip u-boot-imx-64d614617f3b74d360717edbf2960cfd84594cf1.tar.gz u-boot-imx-64d614617f3b74d360717edbf2960cfd84594cf1.tar.bz2 |
nds32: common bdinfo, bootm, image support
Add support of NDS32 to common commands bdinfo, bootm, and image format.
Signed-off-by: Macpaul Lin <macpaul@andestech.com>
Diffstat (limited to 'include/image.h')
-rw-r--r-- | include/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index b7caaa6..2ec31bd 100644 --- a/include/image.h +++ b/include/image.h @@ -107,6 +107,7 @@ #define IH_ARCH_AVR32 17 /* AVR32 */ #define IH_ARCH_ST200 18 /* STMicroelectronics ST200 */ #define IH_ARCH_SANDBOX 19 /* Sandbox architecture (test only) */ +#define IH_ARCH_NDS32 19 /* ANDES Technology - NDS32 */ /* * Image Types |