public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] Add support for Eukrea CPU9260 SBC
Date: Sat, 18 Jul 2009 22:35:33 +0200	[thread overview]
Message-ID: <20090718203533.0F7CE832E416@gemini.denx.de> (raw)
In-Reply-To: <1247948834-30856-1-git-send-email-eric@eukrea.com>

Dear Eric Benard,

In message <1247948834-30856-1-git-send-email-eric@eukrea.com> you wrote:
> CPUAT91 is built around Atmel's AT91SAM9260 and has up to 64MB of NOR
> flash, up to 128MB of SDRAM, up to 2GB of NAND and includes a 10/100
> Ethernet PHY in RMII mode.
> 
...
> --- a/Makefile
> +++ b/Makefile
> @@ -2813,6 +2813,19 @@ at91sam9rlek_config	:	unconfig
>  	fi;
>  	@$(MKCONFIG) -a at91sam9rlek arm arm926ejs at91sam9rlek atmel at91
>  
> +cpu9260_64m_config \
> +cpu9260_config	:	unconfig
> +	@$(MKCONFIG) -a cpu9260 arm arm926ejs cpu9260 eukrea at91
> +	@if [ "$(findstring _64m,$@)" ] ; then \
> +		echo "#define CONFIG_SYS_SDRC_CR_VAL CONFIG_SYS_SDRC_CR_VAL_64MB" \
> +			>>$(obj)include/config.h ; \
> +		$(XECHO) "... with 64MB SDRAM" ; \
> +	else \
> +		echo "#define CONFIG_SYS_SDRC_CR_VAL CONFIG_SYS_SDRC_CR_VAL_128MB" \
> +			>>$(obj)include/config.h ; \
> +		$(XECHO) "... with 128MB SDRAM" ; \
> +	fi;

This makes no sense to me. "mkconfig  -a"  (i.  e.  in  append  mode)
should  be  used AFTER manually initializing the config files. Either
omit the "-a", or move the line down.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Drawing on my fine command of language, I said nothing.

  parent reply	other threads:[~2009-07-18 20:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-16 18:17 [U-Boot] [PATCH v2 1/1] Add support for Eukrea CPU9260 SBC Eric Benard
2009-07-18 15:21 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-18 20:27   ` [U-Boot] [PATCH 1/2] " Eric Benard
2009-07-18 20:27     ` [U-Boot] [PATCH 2/2] Add AT91SAM9260 to at91's lowlevel_init.S Eric Benard
2009-07-18 20:35     ` Wolfgang Denk [this message]
2009-07-18 21:42       ` [U-Boot] [PATCH v3 1/2] Add support for Eukrea CPU9260 SBC Eric Benard
2009-07-18 21:42         ` [U-Boot] [PATCH v3 2/2] Add AT91SAM9260 to at91's lowlevel_init.S Eric Benard
2009-07-18 21:45       ` [U-Boot] [PATCH v4 1/2] Add support for Eukrea CPU9260 SBC Eric Benard
2009-07-18 21:45         ` [U-Boot] [PATCH v4 2/2] Add AT91SAM9260 to at91's lowlevel_init.S Eric Benard
2009-07-23 22:16         ` [U-Boot] [PATCH v4 1/2] Add support for Eukrea CPU9260 SBC Jean-Christophe PLAGNIOL-VILLARD
2009-08-09  9:32           ` [U-Boot] [PATCH v5] " Eric Benard
2009-08-09  9:43           ` [U-Boot] [PATCH v6] " Eric Benard
2009-08-09 11:03             ` Wolfgang Denk
2009-08-09 11:08               ` Eric Bénard
2009-08-09 20:00                 ` Wolfgang Denk
2009-08-09 12:55             ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-09 20:25               ` Wolfgang Denk

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=20090718203533.0F7CE832E416@gemini.denx.de \
    --to=wd@denx.de \
    --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