Skip to content

Commit ecdccc6

Browse files
committed
bootup hacks: move mmc early
Signed-off-by: Robert Nelson <[email protected]>
1 parent 197929c commit ecdccc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ obj-$(CONFIG_RESET_CONTROLLER) += reset/
5858
obj-y += tty/
5959
obj-y += char/
6060

61+
# put mmc early as many morden devices use emm/sd card as rootfs storage
62+
obj-y += mmc/
63+
6164
# iommu/ comes before gpu as gpu are using iommu controllers
6265
obj-$(CONFIG_IOMMU_SUPPORT) += iommu/
6366

@@ -129,7 +132,6 @@ obj-$(CONFIG_EDAC) += edac/
129132
obj-$(CONFIG_EISA) += eisa/
130133
obj-$(CONFIG_CPU_FREQ) += cpufreq/
131134
obj-$(CONFIG_CPU_IDLE) += cpuidle/
132-
obj-y += mmc/
133135
obj-$(CONFIG_MEMSTICK) += memstick/
134136
obj-$(CONFIG_NEW_LEDS) += leds/
135137
obj-$(CONFIG_INFINIBAND) += infiniband/

0 commit comments

Comments
 (0)