mirror of
				https://github.com/linux-sunxi/u-boot-sunxi.git
				synced 2024-02-12 11:16:03 +08:00 
			
		
		
		
	arm: sunxi: Enable DM_MMC
Enable DM_MMC for all Allwinner SoCs, this will eventually enable BLK. Also removed DM_MMC enablement in few parts of sunxi configurations. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
		| @ -851,6 +851,7 @@ config ARCH_SUNXI | ||||
| 	select DM_ETH | ||||
| 	select DM_GPIO | ||||
| 	select DM_KEYBOARD | ||||
| 	select DM_MMC if MMC | ||||
| 	select DM_SERIAL | ||||
| 	select DM_USB if DISTRO_DEFAULTS | ||||
| 	select OF_BOARD_SETUP | ||||
|  | ||||
| @ -154,7 +154,6 @@ config MACH_SUN4I | ||||
| 	bool "sun4i (Allwinner A10)" | ||||
| 	select CPU_V7A | ||||
| 	select ARM_CORTEX_CPU_IS_UP | ||||
| 	select DM_MMC if MMC | ||||
| 	select DM_SCSI if SCSI | ||||
| 	select PHY_SUN4I_USB | ||||
| 	select DRAM_SUN4I | ||||
|  | ||||
| @ -14,7 +14,6 @@ CONFIG_SPL_I2C_SUPPORT=y | ||||
| # CONFIG_SPL_EFI_PARTITION is not set | ||||
| CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-pcduino3" | ||||
| CONFIG_SCSI_AHCI=y | ||||
| CONFIG_DM_MMC=y | ||||
| CONFIG_ETH_DESIGNWARE=y | ||||
| CONFIG_MII=y | ||||
| CONFIG_SUN7I_GMAC=y | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jagan Teki
					Jagan Teki