From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/4] efikamx: Place machine ID into board config
Date: Fri, 23 Sep 2011 15:36:45 +0200 [thread overview]
Message-ID: <201109231536.45956.marek.vasut@gmail.com> (raw)
In-Reply-To: <1316782252-29098-4-git-send-email-fabio.estevam@freescale.com>
On Friday, September 23, 2011 02:50:52 PM Fabio Estevam wrote:
> Let common code set the machine ID.
>
This will need rework ... stefano, can we get the efikasb stuff mainline so
Fabio can rework this ?
Cheers
> Cc: Marek Vasut <marek.vasut@gmail.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> board/efikamx/efikamx.c | 1 -
> include/configs/efikamx.h | 2 ++
> 2 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/board/efikamx/efikamx.c b/board/efikamx/efikamx.c
> index 5be1f6c..be2a9a1 100644
> --- a/board/efikamx/efikamx.c
> +++ b/board/efikamx/efikamx.c
> @@ -607,7 +607,6 @@ int board_early_init_f(void)
>
> int board_init(void)
> {
> - gd->bd->bi_arch_number = MACH_TYPE_MX51_EFIKAMX;
> gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
>
> return 0;
> diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h
> index fdd0a14..0b5d2dc 100644
> --- a/include/configs/efikamx.h
> +++ b/include/configs/efikamx.h
> @@ -40,6 +40,8 @@
>
> #define CONFIG_SYS_TEXT_BASE 0x97800000
>
> +#define CONFIG_MACH_TYPE MACH_TYPE_MX51_EFIKAMX
> +
> /*
> * Bootloader Components Configuration
> */
next prev parent reply other threads:[~2011-09-23 13:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-23 12:50 [U-Boot] [PATCH 1/4] zmx25: Remove dram_init_banksize() Fabio Estevam
2011-09-23 12:50 ` [U-Boot] [PATCH 2/4] zmx25: Place machine ID into board config Fabio Estevam
2011-09-23 12:50 ` [U-Boot] [PATCH 3/4] vision2: " Fabio Estevam
2011-09-23 12:50 ` [U-Boot] [PATCH 4/4] efikamx: " Fabio Estevam
2011-09-23 13:36 ` Marek Vasut [this message]
2011-09-23 14:17 ` Stefano Babic
2011-09-24 23:26 ` Marek Vasut
2011-09-25 9:43 ` stefano babic
2011-09-25 10:04 ` Marek Vasut
2011-09-24 6:39 ` [U-Boot] [PATCH 3/4] vision2: " stefano babic
2011-09-25 15:58 ` [U-Boot] [PATCH 1/4] zmx25: Remove dram_init_banksize() Stefano Babic
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=201109231536.45956.marek.vasut@gmail.com \
--to=marek.vasut@gmail.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.