All of lore.kernel.org
 help / color / mirror / Atom feed
From: Macpaul Lin <macpaul@andestech.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v8 02/10] nds32: add NDS32 support into common header file
Date: Mon, 11 Apr 2011 10:46:57 +0800	[thread overview]
Message-ID: <1302490025-22060-2-git-send-email-macpaul@andestech.com> (raw)
In-Reply-To: <1302490025-22060-1-git-send-email-macpaul@andestech.com>

Add NDS32 support into common header file.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
---
 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 <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

  reply	other threads:[~2011-04-11  2:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-11  2:46 [U-Boot] [PATCH v8 01/10] nds32: add header files support for nds32 Macpaul Lin
2011-04-11  2:46 ` Macpaul Lin [this message]
2011-04-11  2:46 ` [U-Boot] [PATCH v8 03/10] nds32/core N1213: NDS32 N12 core family N1213 Macpaul Lin
2011-04-11  2:46 ` [U-Boot] [PATCH v8 04/10] nds32/ag101: dev offset header of SoC ag101 Macpaul Lin
2011-04-11  2:47 ` [U-Boot] [PATCH v8 05/10] nds32/ag101: lowlevel_init.S of ag101 Macpaul Lin
2011-04-11  2:47 ` [U-Boot] [PATCH v8 06/10] nds32/ag101: cpu and init funcs of SoC ag101 Macpaul Lin
2011-04-11  2:47 ` [U-Boot] [PATCH v8 07/10] nds32/lib: add generic funcs in NDS32 lib Macpaul Lin
2011-04-11  2:47 ` [U-Boot] [PATCH v8 08/10] nds32: standalone support Macpaul Lin
2011-04-11  2:47 ` [U-Boot] [PATCH v8 09/10] nds32: common bdinfo, bootm, image support Macpaul Lin
2011-04-11  2:47 ` [U-Boot] [PATCH v8 10/10] adp-ag101: add board adp-ag101 support Macpaul Lin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1302490025-22060-2-git-send-email-macpaul@andestech.com \
    --to=macpaul@andestech.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.