[U-Boot] [PATCH v2 2/9] openrisc: Add architecture image support
Stefan Kristiansson
stefan.kristiansson at saunalahti.fi
Sun Nov 27 06:04:50 CET 2011
Signed-off-by: Stefan Kristiansson <stefan.kristiansson at saunalahti.fi>
---
Changes in v2:
- None
common/image.c | 1 +
include/image.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/common/image.c b/common/image.c
index 555d9d9..564dee1 100644
--- a/common/image.c
+++ b/common/image.c
@@ -94,6 +94,7 @@ static const table_entry_t uimage_arch[] = {
{ IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
{ IH_ARCH_AVR32, "avr32", "AVR32", },
{ IH_ARCH_NDS32, "nds32", "NDS32", },
+ { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
{ -1, "", "", },
};
diff --git a/include/image.h b/include/image.h
index 6a41c2e..daf9ac8 100644
--- a/include/image.h
+++ b/include/image.h
@@ -108,6 +108,7 @@
#define IH_ARCH_ST200 18 /* STMicroelectronics ST200 */
#define IH_ARCH_SANDBOX 19 /* Sandbox architecture (test only) */
#define IH_ARCH_NDS32 20 /* ANDES Technology - NDS32 */
+#define IH_ARCH_OPENRISC 21 /* OpenRISC 1000 */
/*
* Image Types
--
1.7.5.4
More information about the U-Boot
mailing list