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 2/7] ARM: am33xx: define BOOT_DEVICE_ONENAND
Date: Thu, 6 Apr 2017 19:19:17 +0200	[thread overview]
Message-ID: <CAJGSyEYQNhx3VeOY0ev2oUQJcwH+HOwaDAYjder3wEZADbKQ6g@mail.gmail.com> (raw)
In-Reply-To: <20170401151503.g5tp25ks5j726jeq@lenoch>

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

2017-04-01 17:15 GMT+02:00 Ladislav Michl <ladis@linux-mips.org>:
>
> am33xx does not support OneNAND, but we need this define anyway
> to let UBI SPL code compile.
>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>  arch/arm/include/asm/arch-am33xx/spl.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/include/asm/arch-am33xx/spl.h b/arch/arm/include/asm/arch-am33xx/spl.h
> index 9df7b4ac45..4b5a48edd8 100644
> --- a/arch/arm/include/asm/arch-am33xx/spl.h
> +++ b/arch/arm/include/asm/arch-am33xx/spl.h
> @@ -47,6 +47,7 @@
>  #define BOOT_DEVICE_UART       0x41
>  #define BOOT_DEVICE_USBETH     0x44
>  #define BOOT_DEVICE_CPGMAC     0x46
> +#define BOOT_DEVICE_ONENAND    0xFF /* ROM does not support OneNAND. */
>
>  #define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC1
>  #define MMC_BOOT_DEVICES_END   BOOT_DEVICE_MMC2
> --
> 2.11.0
>

  reply	other threads:[~2017-04-06 17:19 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
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 [this message]
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=CAJGSyEYQNhx3VeOY0ev2oUQJcwH+HOwaDAYjder3wEZADbKQ6g@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.