summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorFranck Jullien <franck.jullien@gmail.com>2012-09-13 00:28:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-14 08:39:33 +0200
commit83507f28911e8fa5152adf5ed1314199fada4db0 (patch)
treed25af6da6cbb4bb96186cd9ea46a1eda7b75c429 /common
parent9a5963dfd84597af7d452b17c2f0a3096fd57990 (diff)
downloadbarebox-83507f28911e8fa5152adf5ed1314199fada4db0.tar.gz
barebox-83507f28911e8fa5152adf5ed1314199fada4db0.tar.xz
Add OpenRISC Image type
This patch sync the image type list with the kernel in order to add openrisc support. Signed-off-by: Franck Jullien <franck.jullien@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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, "", "", },
};