diff options
author | Stefan Kristiansson | 2011-11-26 19:04:50 +0000 |
---|---|---|
committer | Wolfgang Denk | 2012-01-13 21:16:40 +0100 |
commit | 3ddcaccda3824e1c7f7266d543e4c0eb3ea9851c (patch) | |
tree | 91506f18ecc79c75e3f238c99fd3d6109e9ce956 /include/image.h | |
parent | ca9d3ab5c7e12929d1c64e3618bbd30e1ed2ea70 (diff) |
openrisc: Add architecture image support
Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Diffstat (limited to 'include/image.h')
-rw-r--r-- | include/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index 466c98018fd..bbf80f0cac9 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 |