public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Shinya Kuribayashi <skuribay@pobox.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 7/7] modify files for ben nanonote board
Date: Tue, 15 Mar 2011 12:16:58 +0900	[thread overview]
Message-ID: <4D7EDA2A.702@pobox.com> (raw)
In-Reply-To: <1298876234-28115-8-git-send-email-xiangfu@openmobilefree.net>

On 02/28/2011 03:57 PM, Xiangfu Liu wrote:
> diff --git a/Makefile b/Makefile
> index dc2e3d8..758daf2 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1093,6 +1093,19 @@ smdk6400_config	:	unconfig
>  	@echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
>  
>  #========================================================================
> +# MIPS
> +#========================================================================
> +#########################################################################
> +## MIPS32 XBurst jz4740
> +#########################################################################
> +qi_lb60_config  : unconfig
> +	@mkdir -p $(obj)include
> +	@echo "#define CONFIG_NAND_U_BOOT" > $(obj)include/config.h
> +	@echo "Compile NAND boot image for QI LB60"
> +	@$(MKCONFIG) -a qi_lb60 mips xburst nanonote xburst
> +	@echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
> +
> +#========================================================================
>  # Nios
>  #========================================================================

(In PATCH v6 6/7)
> diff --git a/boards.cfg b/boards.cfg
> index 45c3102..cb8c6a0 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -243,6 +243,7 @@ vct_platinumavc              mips        mips        vct                 microna
>  vct_platinumavc_small        mips        mips        vct                 micronas       -           vct:VCT_PLATINUMAVC,VCT_SMALL_IMAGE
>  vct_platinumavc_onenand      mips        mips        vct                 micronas       -           vct:VCT_PLATINUMAVC,VCT_ONENAND
>  vct_platinumavc_onenand_small mips       mips        vct                 micronas       -           vct:VCT_PLATINUMAVC,VCT_ONENAND,VCT_SMALL_IMAGE
> +qi_lb60                      mips        mips
>  PCI5441                      nios2       nios2       pci5441             psyent
>  PK1C20                       nios2       nios2       pk1c20              psyent
>  EVB64260                     powerpc     74xx_7xx    evb64260            -              -           EVB64260

You added targets with the same name to two places.  In this case,
boards.cfg will be used to configure qi_lb60.  All MIPS targets can
be configured through boards.cfg now, so please 1) remove $(TOPDIR)/
Makefile part, and 2) get 'qi_lb60' entry work as expected, instead.

  reply	other threads:[~2011-03-15  3:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28  6:57 [U-Boot] [PATCH v6 0/7] those series patches for add ben nanonote board Xiangfu Liu
2011-02-28  6:57 ` [U-Boot] [PATCH v6 1/7] those files are jz4740 base files Xiangfu Liu
2011-02-28  6:57   ` [U-Boot] [PATCH v6 2/7] this is jz4740 head file Xiangfu Liu
2011-02-28  6:57     ` [U-Boot] [PATCH v6 3/7] jz4740 nand spl files Xiangfu Liu
2011-02-28  6:57       ` [U-Boot] [PATCH v6 4/7] jz4740 nand driver Xiangfu Liu
2011-02-28  6:57         ` [U-Boot] [PATCH v6 5/7] add Ben NanoNote board Xiangfu Liu
2011-02-28  6:57           ` [U-Boot] [PATCH v6 6/7] add entry to MAINTAINERS and boards.cfg Xiangfu Liu
2011-02-28  6:57             ` [U-Boot] [PATCH v6 7/7] modify files for ben nanonote board Xiangfu Liu
2011-03-15  3:16               ` Shinya Kuribayashi [this message]
2011-03-25  9:06                 ` Xiangfu Liu
2011-03-07 23:44         ` [U-Boot] [PATCH v6 4/7] jz4740 nand driver Scott Wood
2011-03-22  8:11           ` Xiangfu Liu
2011-03-22 16:10             ` Scott Wood
2011-04-26 14:44               ` Xiangfu Liu
2011-03-25  9:17           ` Xiangfu Liu
2011-03-25 16:04             ` Scott Wood
2011-04-26 14:45               ` Xiangfu Liu
2011-03-15  2:27     ` [U-Boot] [PATCH v6 2/7] this is jz4740 head file Shinya Kuribayashi
2011-03-22  8:06       ` Xiangfu Liu
2011-03-15  2:26   ` [U-Boot] [PATCH v6 1/7] those files are jz4740 base files Shinya Kuribayashi
2011-03-22  8:06     ` Xiangfu Liu
2011-03-15  2:38   ` Shinya Kuribayashi
2011-03-22  8:05     ` Xiangfu Liu

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=4D7EDA2A.702@pobox.com \
    --to=skuribay@pobox.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox