[U-Boot] [PATCH v2] at91rm9200ek: add configure target for RAM boot

Wolfgang Denk wd at denx.de
Sun Oct 31 12:56:33 CET 2010


Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=,

In message <1288518476-62197-1-git-send-email-andreas.devel at googlemail.com> you wrote:
> This patch also removes now unnecessary config.mk in board directory and
> make usage of new features in boards.cfg.
> 
> Signed-off-by: Andreas Bießmann <andreas.devel at googlemail.com>
> ---
> changes since v1:
>  - add MAKEALL target
>  - move settings from boards.cfg to i/c/at91rm9200ek.h
> 
>  MAKEALL                            |    1 +
>  board/atmel/at91rm9200ek/config.mk |    2 --
>  boards.cfg                         |    3 ++-
>  include/configs/at91rm9200ek.h     |   14 ++++++++++++++
>  4 files changed, 17 insertions(+), 3 deletions(-)
>  delete mode 100644 board/atmel/at91rm9200ek/config.mk
> 
> diff --git a/MAKEALL b/MAKEALL
> index c54c6e8..818138e 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -438,6 +438,7 @@ LIST_at91="			\
>  	at91cap9adk		\
>  	at91rm9200dk		\
>  	at91rm9200ek		\
> +	at91rm9200ek_ram	\
>  	at91sam9260ek		\
>  	at91sam9261ek		\
>  	at91sam9263ek		\

Oops. Sorry for not spotting this before. Don;t do that. all boards
listed in boards.cfg auto automatically selcted and should be
_removed_ from the MAKEALL lists. Instead, add an entry
"$(boards_by_cpu at91)" like we have with other processor families.

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
Unix is supported by IBM, like a hanging man is supported by rope.
		        - Don Libes & Sandy Ressler: _Life With Unix_


More information about the U-Boot mailing list