[U-Boot] [linux-sunxi] [PATCH 2/2] sunxi: OrangePi Zero: defconfig: enable SPI flash
Priit Laes
plaes at plaes.org
Sat Jan 14 11:36:00 CET 2017
On Sat, 2017-01-14 at 02:06 +0000, Andre Przywara wrote:
> Newer OrangePi Zero boards all come with 16 Mib SPI flash soldered,
> from
> which the board can actually boot from.
> Enable the SPL support for the SPI controller and SPI flash to allow
> putting the SPL, the DT and U-Boot proper into there. This will let
> a board boot without an SD card inserted.
> The flash chip can be written with a version of the sunxi-fel tool.
Thanks, I had this one in my queue :)
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
Tested-by: Priit Laes <plaes at plaes.org>
> ---
> configs/orangepi_zero_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configs/orangepi_zero_defconfig
> b/configs/orangepi_zero_defconfig
> index 8813927..abb3fcf 100644
> --- a/configs/orangepi_zero_defconfig
> +++ b/configs/orangepi_zero_defconfig
> @@ -13,3 +13,5 @@ CONFIG_SPL=y
> # CONFIG_CMD_FPGA is not set
> CONFIG_SUN8I_EMAC=y
> CONFIG_USB_EHCI_HCD=y
> +CONFIG_SPL_SPI_SUNXI=y
> +CONFIG_SPL_SPI_FLASH_SUPPORT=y
> --
> 2.8.2
>
More information about the U-Boot
mailing list