summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2014-02-04 12:56:16 +0400
committerTom Rini <trini@ti.com>2014-02-07 08:14:33 -0500
commitbc5d5428805c804cab67a0cc000bbf64e26acf71 (patch)
tree09dc4419e3896424a15b0d07873890c3f8551bf2 /include/image.h
parent2272382879d93d37e7964554cea5b0583c94c247 (diff)
downloadtalos-obmc-uboot-bc5d5428805c804cab67a0cc000bbf64e26acf71.tar.gz
talos-obmc-uboot-bc5d5428805c804cab67a0cc000bbf64e26acf71.zip
arc: bdinfo, image and arc-specific init functions declarations support
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Vineet Gupta <vgupta@synopsys.com> Cc: Francois Bedard <fbedard@synopsys.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index 7de2bb2f81..3ba8c2ea30 100644
--- a/include/image.h
+++ b/include/image.h
@@ -157,6 +157,7 @@ struct lmb;
#define IH_ARCH_NDS32 20 /* ANDES Technology - NDS32 */
#define IH_ARCH_OPENRISC 21 /* OpenRISC 1000 */
#define IH_ARCH_ARM64 22 /* ARM64 */
+#define IH_ARCH_ARC 23 /* Synopsys DesignWare ARC */
/*
* Image Types
OpenPOWER on IntegriCloud