All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 6/8] defconfig: rk3399-puma: enable SPI as a boot-source in SPL
Date: Fri, 31 Mar 2017 22:23:22 -0600	[thread overview]
Message-ID: <CAPnjgZ0hVj6mzgbCxWTtee+DL-qGQOjEf-9xY-wG5ocU=Lho-Q@mail.gmail.com> (raw)
In-Reply-To: <1490691517-9291-7-git-send-email-philipp.tomsich@theobroma-systems.com>

On 28 March 2017 at 02:58, Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
>
>  configs/puma_defconfig | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/configs/puma_defconfig b/configs/puma_defconfig
> index fb33ba9..efca8f9 100644
> --- a/configs/puma_defconfig
> +++ b/configs/puma_defconfig
> @@ -80,3 +80,6 @@ CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_SPI_FLASH_USE_4K_SECTORS=y
>  CONFIG_CMD_SPI=y
> +CONFIG_SPL_SPI_SUPPORT=y
> +CONFIG_SPL_SPI_FLASH_SUPPORT=y
> +

unwanted blank line? Also are these in the right order?

> --
> 1.9.1
>

Acked-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2017-04-01  4:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-28  8:58 [U-Boot] [PATCH 0/8] rockchip: spi: rk3399: support SPI on the RK3399 Philipp Tomsich
2017-03-28  8:58 ` [U-Boot] [PATCH 1/8] rockchip: clk: rk3399: add clock support for SCLK_SPI1 and SCLK_SPI5 Philipp Tomsich
2017-04-01  4:23   ` Simon Glass
2017-03-28  8:58 ` [U-Boot] [PATCH 2/8] rockchip: pinctrl: rk3399: add support for the SPI5 controller Philipp Tomsich
2017-04-01  4:23   ` Simon Glass
2017-03-28  8:58 ` [U-Boot] [PATCH 3/8] rockchip: spi: enable support for the rk_spi driver for the RK3399 Philipp Tomsich
2017-04-01  4:23   ` Simon Glass
2017-03-28  8:58 ` [U-Boot] [PATCH 4/8] rockchip: spi: rk3399: move CONFIG_SPI and CONFIG_SPI_FLASH to defconfig Philipp Tomsich
2017-04-01  4:23   ` Simon Glass
2017-03-28  8:58 ` [U-Boot] [PATCH 5/8] defconfig: rk3399-puma: enable support for SPI and Winbond SPI flash Philipp Tomsich
2017-04-01  4:23   ` Simon Glass
2017-03-28  8:58 ` [U-Boot] [PATCH 6/8] defconfig: rk3399-puma: enable SPI as a boot-source in SPL Philipp Tomsich
2017-04-01  4:23   ` Simon Glass [this message]
2017-03-28  8:58 ` [U-Boot] [PATCH 7/8] rockchip: spl: RK3399: enable SPL_SPI_LOAD if SPI is enabled for SPL Philipp Tomsich
2017-04-01  4:23   ` Simon Glass
2017-03-28  8:58 ` [U-Boot] [PATCH 8/8] dts: rk3399-puma: enable spi1 and spi5, add /spi1/spiflash Philipp Tomsich
2017-04-01  4:23   ` Simon Glass

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='CAPnjgZ0hVj6mzgbCxWTtee+DL-qGQOjEf-9xY-wG5ocU=Lho-Q@mail.gmail.com' \
    --to=sjg@chromium.org \
    --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.