All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pau Pajuelo <ppajuelo@iseebcn.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/7] ARM: am33xx: fix typo in spl.h
Date: Thu, 6 Apr 2017 19:18:18 +0200	[thread overview]
Message-ID: <CAJGSyEYBPZpazHStYoMQ9RnRQNecQibVemc66Ax=ZUHiYebJiA@mail.gmail.com> (raw)
In-Reply-To: <20170401151428.iaf7p45ykzthq2n2@lenoch>

Tested-by: Pau Pajuelo <ppajuel@gmail.com>

2017-04-01 17:14 GMT+02:00 Ladislav Michl <ladis@linux-mips.org>:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>  arch/arm/include/asm/arch-am33xx/spl.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/arch-am33xx/spl.h b/arch/arm/include/asm/arch-am33xx/spl.h
> index f744ab0782..9df7b4ac45 100644
> --- a/arch/arm/include/asm/arch-am33xx/spl.h
> +++ b/arch/arm/include/asm/arch-am33xx/spl.h
> @@ -28,7 +28,7 @@
>  #define BOOT_DEVICE_XIP                0x01
>  #define BOOT_DEVICE_XIPWAIT    0x02
>  #define BOOT_DEVICE_NAND       0x03
> -#define BOOT_DEVICE_ONENAD     0x04
> +#define BOOT_DEVICE_ONENAND    0x04
>  #define BOOT_DEVICE_MMC2       0x05 /* ROM only supports 2nd instance. */
>  #define BOOT_DEVICE_MMC1       0x06
>  #define BOOT_DEVICE_UART       0x43
> --
> 2.11.0
>



-- 


Pau Pajuelo

R&D

e: ppajuelo at iseebcn.com

t:   +34 935 763 931

www.isee.biz

C/ Avinguda Cerdanyola, 97.  08173  SANT CUGAT DEL VALLES  (Barcelona) - SPAIN



Important notice: This message and any files transmitted with it are
confidential and intended solely for the individual to whom it is
addressed. Unauthorized publication, use, dissemination, forwarding,
printing or copying of this email and its associated attachments is
strictly prohibited. If you have received this email in error, please
notify the sender and delete the original immediately. Thank you for
your cooperation.

  reply	other threads:[~2017-04-06 17:18 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-01 15:13 [U-Boot] [PATCH 0/7] Add IGEP SMARC AM335x module support Ladislav Michl
2017-04-01 15:14 ` [U-Boot] [PATCH 1/7] ARM: am33xx: fix typo in spl.h Ladislav Michl
2017-04-06 17:18   ` Pau Pajuelo [this message]
2017-05-08 19:39   ` [U-Boot] [U-Boot,1/7] " Tom Rini
2017-04-01 15:15 ` [U-Boot] [PATCH 2/7] ARM: am33xx: define BOOT_DEVICE_ONENAND Ladislav Michl
2017-04-06 17:19   ` Pau Pajuelo
2017-05-08 19:39   ` [U-Boot] [U-Boot,2/7] " Tom Rini
2017-04-01 15:16 ` [U-Boot] [PATCH 3/7] mtd: nand: Consolidate nand spl loaders implementation Ladislav Michl
2017-04-06 17:20   ` Pau Pajuelo
2017-04-07 17:28   ` [U-Boot] [U-Boot, " Tom Rini
2017-04-16 13:31     ` [U-Boot] [PATCH v2 " Ladislav Michl
2017-05-08 19:42       ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-01 15:17 ` [U-Boot] [PATCH 4/7] igep0033: Rename to igep003x Ladislav Michl
2017-04-06 17:21   ` Pau Pajuelo
2017-05-08 19:40   ` [U-Boot] [U-Boot,4/7] " Tom Rini
2017-04-01 15:17 ` [U-Boot] [PATCH 5/7] igep003x: UBIize Ladislav Michl
2017-04-03  4:18   ` Heiko Schocher
2017-04-06 17:22     ` Pau Pajuelo
2017-05-08 19:40   ` [U-Boot] [U-Boot,5/7] " Tom Rini
2017-04-01 15:18 ` [U-Boot] [PATCH 6/7] igep003x: Add support for IGEP SMARC AM335x Ladislav Michl
2017-04-06 17:22   ` Pau Pajuelo
2017-05-08 19:40   ` [U-Boot] [U-Boot, " Tom Rini
2017-04-01 15:19 ` [U-Boot] [PATCH 7/7] igep003x: Add netboot support Ladislav Michl
2017-04-06 17:23   ` Pau Pajuelo
2017-05-08 19:40   ` [U-Boot] [U-Boot,7/7] " Tom Rini

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='CAJGSyEYBPZpazHStYoMQ9RnRQNecQibVemc66Ax=ZUHiYebJiA@mail.gmail.com' \
    --to=ppajuelo@iseebcn.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.