All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 06/13 v5] ARM: OMAP3: Add memory and syslib	common files
Date: Sun, 9 Nov 2008 15:07:42 +0100	[thread overview]
Message-ID: <20081109140742.GC25307@game.jcrosoft.org> (raw)
In-Reply-To: <490df363.1358560a.7469.2f50@mx.google.com>

> --- u-boot-main.orig/examples/Makefile
> +++ u-boot-main/examples/Makefile
> @@ -30,10 +30,12 @@ LOAD_ADDR = 0x40000
>  endif
>  
>  ifeq ($(ARCH),arm)
> +LOAD_ADDR = 0xc100000
>  ifeq ($(BOARD),omap2420h4)
>  LOAD_ADDR = 0x80300000
> -else
> -LOAD_ADDR = 0xc100000
> +endif
> +ifeq ($(CPU),omap3)
> +LOAD_ADDR = 0x80300000
>  endif
>  endif

Maybe we need to change it to allow arch/cpu to define itself and avoid
ifeq/endif

Best Regards,
J.

  reply	other threads:[~2008-11-09 14:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-02 18:35 [U-Boot] [PATCH 03/13 v5] ARM: OMAP3: Add ARM Cortex A8 common directory dirk.behme at googlemail.com
2008-11-02 18:36 ` [U-Boot] [PATCH 04/13 v5] ARM: OMAP3: Add lowlevel init and sys_info common files dirk.behme at googlemail.com
2008-11-02 18:36   ` [U-Boot] [PATCH 05/13 v5] ARM: OMAP3: Add board, clock and interrupts " dirk.behme at googlemail.com
2008-11-02 18:37     ` [U-Boot] [PATCH 06/13 v5] ARM: OMAP3: Add memory and syslib " dirk.behme at googlemail.com
2008-11-09 14:07       ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-11-09 19:41         ` Wolfgang Denk
2008-11-02 20:13     ` [U-Boot] [PATCH 05/13 v5] ARM: OMAP3: Add board, clock and interrupts " Wolfgang Denk
2008-11-09 14:04     ` Jean-Christophe PLAGNIOL-VILLARD
2008-11-09 14:10       ` Dirk Behme
2008-11-09 13:51   ` [U-Boot] [PATCH 04/13 v5] ARM: OMAP3: Add lowlevel init and sys_info " Jean-Christophe PLAGNIOL-VILLARD
2008-11-10 19:20     ` Dirk Behme
2008-11-02 19:17 ` [U-Boot] [PATCH 03/13 v5] ARM: OMAP3: Add ARM Cortex A8 common directory Wolfgang Denk
2008-11-03 20:34   ` Dirk Behme

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=20081109140742.GC25307@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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.