On Wednesday 05 August 2015 01:52 PM, Shawn Lin wrote: > DesignWare MMC Controller's transfer mode should be decided > at runtime instead of compile-time. So we remove this config > option, and elaborate more in Documentation(synopsys-dw-mshc). > > Modify these files: > arch/arc/configs/axs101_defconfig > arch/arc/configs/axs103_defconfig > arch/arc/configs/axs103_smp_defconfig While you remove the config option from ARC defconfigs, you fail to add the corresponding DT glue in ARC files (like you did for ARM). The pointer to DT is contained in corresponding defconfig. Please fix that . -Vineet