From 83507f28911e8fa5152adf5ed1314199fada4db0 Mon Sep 17 00:00:00 2001 From: Franck Jullien Date: Thu, 13 Sep 2012 00:28:33 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- common/image.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/image.c') 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, "", "", }, }; -- cgit v1.2.3