summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-10-03 21:11:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-03 21:11:53 +0200
commit6a6402414852d994ce67f5df1eb7ff6e827d531b (patch)
treea7d51634d6c3f237cb745a95c71bdb08290e280a /common
parentbee8dddbfcb07de469105a660e426fa132f96b6a (diff)
parent83507f28911e8fa5152adf5ed1314199fada4db0 (diff)
downloadbarebox-6a6402414852d994ce67f5df1eb7ff6e827d531b.tar.gz
barebox-6a6402414852d994ce67f5df1eb7ff6e827d531b.tar.xz
Merge branch 'for-next/openrisc'
Diffstat (limited to 'common')
-rw-r--r--common/image.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c
index e7d2242e78..e02fbe6048 100644
--- a/common/image.c
+++ b/common/image.c
@@ -61,6 +61,8 @@ static table_entry_t arch_name[] = {
{ IH_ARCH_SPARC64, "sparc64", "SPARC 64 Bit", },
{ IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
{ IH_ARCH_AVR32, "avr32", "AVR32", },
+ { IH_ARCH_NDS32, "nds32", "NDS32", },
+ { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
{ -1, "", "", },
};