From mboxrd@z Thu Jan 1 00:00:00 1970 From: Macpaul Lin Date: Mon, 11 Apr 2011 10:46:57 +0800 Subject: [U-Boot] [PATCH v8 02/10] nds32: add NDS32 support into common header file In-Reply-To: <1302490025-22060-1-git-send-email-macpaul@andestech.com> References: <1302490025-22060-1-git-send-email-macpaul@andestech.com> Message-ID: <1302490025-22060-2-git-send-email-macpaul@andestech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add NDS32 support into common header file. Signed-off-by: Macpaul Lin --- include/common.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/common.h b/include/common.h index 54503ed..423bbd8 100644 --- a/include/common.h +++ b/include/common.h @@ -273,6 +273,10 @@ int setenv (char *, char *); #ifdef CONFIG_I386 /* x86 version to be fixed! */ # include #endif /* CONFIG_I386 */ +#ifdef CONFIG_NDS32 +# include +# include /* NDS32 version to be fixed! */ +#endif /* CONFIG_NDS32 */ #ifdef CONFIG_AUTO_COMPLETE int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf); -- 1.7.3.5