diff options
| author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2014-02-04 12:56:16 +0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2014-02-07 08:14:33 -0500 | 
| commit | bc5d5428805c804cab67a0cc000bbf64e26acf71 (patch) | |
| tree | 09dc4419e3896424a15b0d07873890c3f8551bf2 /common/image.c | |
| parent | 2272382879d93d37e7964554cea5b0583c94c247 (diff) | |
| download | olio-uboot-2014.01-bc5d5428805c804cab67a0cc000bbf64e26acf71.tar.xz olio-uboot-2014.01-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 'common/image.c')
| -rw-r--r-- | common/image.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/common/image.c b/common/image.c index ae95c3f18..9c6bec5b7 100644 --- a/common/image.c +++ b/common/image.c @@ -82,6 +82,7 @@ static const table_entry_t uimage_arch[] = {  	{	IH_ARCH_OPENRISC,	"or1k",		"OpenRISC 1000",},  	{	IH_ARCH_SANDBOX,	"sandbox",	"Sandbox",	},  	{	IH_ARCH_ARM64,		"arm64",	"AArch64",	}, +	{	IH_ARCH_ARC,		"arc",		"ARC",		},  	{	-1,			"",		"",		},  }; |