From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Tue, 28 Mar 2017 10:58:35 +0200 Subject: [U-Boot] [PATCH 6/8] defconfig: rk3399-puma: enable SPI as a boot-source in SPL In-Reply-To: <1490691517-9291-1-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1490691517-9291-1-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <1490691517-9291-7-git-send-email-philipp.tomsich@theobroma-systems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Philipp Tomsich --- 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 + -- 1.9.1