[U-Boot] [PATCH] arm: mx6: tqma6: fix build for WRU-IV baseboard

Stefano Babic sbabic at denx.de
Sun Jul 26 14:28:25 CEST 2015


Fix:
 undefined reference to `spi_flash_free'
 undefined reference to `spi_flash_probe'

Signed-off-by: Stefano Babic <sbabic at denx.de>
CC: Stefan Roese <sr at denx.de>
Cc: Markus Niebel <Markus.Niebel at tq-group.com>
---
 configs/tqma6s_wru4_mmc_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/tqma6s_wru4_mmc_defconfig b/configs/tqma6s_wru4_mmc_defconfig
index f362760..66ac0b1 100644
--- a/configs/tqma6s_wru4_mmc_defconfig
+++ b/configs/tqma6s_wru4_mmc_defconfig
@@ -10,3 +10,4 @@ CONFIG_AUTOBOOT_PROMPT="Enter password in %d seconds to stop autoboot\n"
 CONFIG_AUTOBOOT_ENCRYPTION=y
 CONFIG_AUTOBOOT_STOP_STR_SHA256="36a9e7f1c95b82ffb99743e0c5c4ce95d83c9a430aac59f84ef3cbfab6145068"
 CONFIG_PCA9551_LED=y
+CONFIG_SPI_FLASH=y
-- 
1.9.1



More information about the U-Boot mailing list