Skip to content

Commit 33625d3

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

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
@@ -55,6 +55,9 @@ obj-$(CONFIG_RESET_CONTROLLER) += reset/
5555
obj-y += tty/
5656
obj-y += char/
5757

58+
# put mmc early as many morden devices use emm/sd card as rootfs storage
59+
obj-y += mmc/
60+
5861
# iommu/ comes before gpu as gpu are using iommu controllers
5962
obj-y += iommu/
6063

@@ -127,7 +130,6 @@ obj-$(CONFIG_EISA) += eisa/
127130
obj-$(CONFIG_PM_OPP) += opp/
128131
obj-$(CONFIG_CPU_FREQ) += cpufreq/
129132
obj-$(CONFIG_CPU_IDLE) += cpuidle/
130-
obj-y += mmc/
131133
obj-$(CONFIG_MEMSTICK) += memstick/
132134
obj-$(CONFIG_NEW_LEDS) += leds/
133135
obj-$(CONFIG_INFINIBAND) += infiniband/

0 commit comments

Comments
 (0)