Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9ee94870 authored by Robert Nelson's avatar Robert Nelson
Browse files

bootup hacks: move mmc early


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 9e77f0e3
No related merge requests found
......@@ -56,6 +56,9 @@ obj-$(CONFIG_RESET_CONTROLLER) += reset/
obj-y += tty/
obj-y += char/
# put mmc early as many morden devices use emm/sd card as rootfs storage
obj-y += mmc/
# iommu/ comes before gpu as gpu are using iommu controllers
obj-y += iommu/
......@@ -128,7 +131,6 @@ obj-$(CONFIG_EISA) += eisa/
obj-$(CONFIG_PM_OPP) += opp/
obj-$(CONFIG_CPU_FREQ) += cpufreq/
obj-$(CONFIG_CPU_IDLE) += cpuidle/
obj-y += mmc/
obj-$(CONFIG_MEMSTICK) += memstick/
obj-$(CONFIG_NEW_LEDS) += leds/
obj-$(CONFIG_INFINIBAND) += infiniband/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment