From: Stefano Babic Date: Sun, 26 Jul 2015 12:28:25 +0000 (+0200) Subject: arm: mx6: tqma6: fix build for WRU-IV baseboard X-Git-Tag: KARO-TX6-2015-09-18~970 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=271154524a3c6b1c6feb58b0510287f7593d3712 arm: mx6: tqma6: fix build for WRU-IV baseboard Fix: undefined reference to `spi_flash_free' undefined reference to `spi_flash_probe' Signed-off-by: Stefano Babic CC: Stefan Roese Cc: Markus Niebel Acked-by: Stefan Roese --- diff --git a/configs/tqma6s_wru4_mmc_defconfig b/configs/tqma6s_wru4_mmc_defconfig index f362760110..66ac0b1b7f 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