summaryrefslogtreecommitdiff
path: root/common/image.c
diff options
context:
space:
mode:
authorMacpaul Lin <macpaul@andestech.com>2011-10-19 20:41:09 +0000
committerWolfgang Denk <wd@denx.de>2011-10-22 00:54:06 +0200
commit64d614617f3b74d360717edbf2960cfd84594cf1 (patch)
treef1836bc4835c90ede2b35a20c55e7d03cf6aa17f /common/image.c
parent72c73ddec3d50776fda2fcd92854f0d9fc9d4a33 (diff)
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 'common/image.c')
-rw-r--r--common/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c
index 32ad4da1d3..1538256508 100644
--- a/common/image.c
+++ b/common/image.c
@@ -93,6 +93,7 @@ static const table_entry_t uimage_arch[] = {
{ IH_ARCH_SPARC64, "sparc64", "SPARC 64 Bit", },
{ IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
{ IH_ARCH_AVR32, "avr32", "AVR32", },
+ { IH_ARCH_NDS32, "nds32", "NDS32", },
{ -1, "", "", },
};