public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] EXYNOS: Correct ordering of SPL machine_params
Date: Tue, 12 Mar 2013 10:46:45 +0900	[thread overview]
Message-ID: <513E8905.4090104@samsung.com> (raw)
In-Reply-To: <1361255579-22801-1-git-send-email-rajeshwari.s@samsung.com>

On 19/02/13 15:32, Rajeshwari Shinde wrote:
> From: Simon Glass <sjg@chromium.org>
> 
> The mem_manuf is not in the correct order according to the string table.
> This causes cros_bundle_firmware to get the BL2 settings in the wrong
> order. This patch fixes the same.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
> ---
>  arch/arm/include/asm/arch-exynos/spl.h |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-exynos/spl.h b/arch/arm/include/asm/arch-exynos/spl.h
> index 306b41d..46b25a6 100644
> --- a/arch/arm/include/asm/arch-exynos/spl.h
> +++ b/arch/arm/include/asm/arch-exynos/spl.h
> @@ -78,11 +78,12 @@ struct spl_machine_param {
>  	 */
>  	u32		uboot_size;
>  	enum boot_mode	boot_source;	/* Boot device */
> -	enum mem_manuf	mem_manuf;	/* Memory Manufacturer */
>  	unsigned	frequency_mhz;	/* Frequency of memory in MHz */
>  	unsigned	arm_freq_mhz;	/* ARM Frequency in MHz */
>  	u32		serial_base;	/* Serial base address */
>  	u32		i2c_base;	/* i2c base address */
> +	u32		board_rev_gpios;	/* Board revision GPIOs */
> +	enum mem_manuf	mem_manuf;	/* Memory Manufacturer */
>  } __attribute__((__packed__));
>  #endif
>  
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      parent reply	other threads:[~2013-03-12  1:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-19  6:32 [U-Boot] [PATCH] EXYNOS: Correct ordering of SPL machine_params Rajeshwari Shinde
2013-02-28  0:40 ` Simon Glass
2013-03-12  1:46 ` Minkyu Kang [this message]

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=513E8905.4090104@samsung.com \
    --to=mk7.kang@samsung.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