diff options
| author | Alexey Brodkin <[email protected]> | 2014-02-04 12:56:16 +0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-02-07 08:14:33 -0500 |
| commit | bc5d5428805c804cab67a0cc000bbf64e26acf71 (patch) | |
| tree | 09dc4419e3896424a15b0d07873890c3f8551bf2 /include/common.h | |
| parent | 2272382879d93d37e7964554cea5b0583c94c247 (diff) | |
arc: bdinfo, image and arc-specific init functions declarations support
Signed-off-by: Alexey Brodkin <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Francois Bedard <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Heiko Schocher <[email protected]>
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index d5ebb253906..221b7768c5b 100644 --- a/include/common.h +++ b/include/common.h @@ -408,6 +408,9 @@ static inline int setenv_addr(const char *varname, const void *addr) #ifdef CONFIG_MIPS # include <asm/u-boot-mips.h> #endif /* CONFIG_MIPS */ +#ifdef CONFIG_ARC +# include <asm/u-boot-arc.h> +#endif /* CONFIG_ARC */ #ifdef CONFIG_AUTO_COMPLETE int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf); |
