[U-Boot] [PATCH v6 02/13] nds32: add NDS32 support into common header file
Macpaul Lin
macpaul at andestech.com
Thu Mar 24 13:27:56 CET 2011
Add NDS32 support into common header file.
Signed-off-by: Macpaul Lin <macpaul at andestech.com>
---
include/common.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/common.h b/include/common.h
index d8c912d..31434aa 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 <asm/u-boot-i386.h>
#endif /* CONFIG_I386 */
+#ifdef CONFIG_NDS32
+# include <asm/mach-types.h>
+# include <asm/u-boot-nds32.h> /* 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
CONFIDENTIALITY NOTICE:
This e-mail (and its attachments) may contain confidential and legally
privileged information or information protected from disclosure. If you
are not the intended recipient, you are hereby notified that any
disclosure, copying, distribution, or use of the information contained
herein is strictly prohibited. In this case, please immediately notify the
sender by return e-mail, delete the message (and any accompanying
documents) and destroy all printed hard copies. Thank you for your
cooperation.
Copyright ANDES TECHNOLOGY CORPORATION - All Rights Reserved.
More information about the U-Boot
mailing list