]> Git Repo - u-boot.git/commitdiff
defconfig: dra72_evm: enable spi driver model
authorMugunthan V N <[email protected]>
Wed, 23 Dec 2015 15:09:45 +0000 (20:39 +0530)
committerJagan Teki <[email protected]>
Wed, 13 Jan 2016 13:17:28 +0000 (18:47 +0530)
enable mmc driver model for dra72_evm as ti_qspi supports
driver model

Signed-off-by: Mugunthan V N <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
configs/dra72_evm_defconfig

index 3205bd5754b76c1594c6ba1d85f6b246f866b3ba..b57ecca6968076b75bcdf80592a79ac50020b325 100644 (file)
@@ -20,3 +20,5 @@ CONFIG_SPI_FLASH_BAR=y
 CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SYS_NS16550=y
 CONFIG_TI_QSPI=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
This page took 0.035538 seconds and 4 git commands to generate.