ARM: omap: Allow to set mmc devname used for booting
This adds a omap_set_bootmmc_devname function which can be used
to specify the MMC boot device. In an xload configuration this
is then used to load the next stage. In a regular build this is
used to mount /boot.
Also a device_detect_by_name is added to allow to disable probing
for sd/mmc cards during startup.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent c2ef478 commit be322768f04603df371c9c1f08b9621690dd74c6
@Sascha Hauer Sascha Hauer authored on 24 Aug 2013
Showing 3 changed files
View
arch/arm/mach-omap/include/mach/generic.h
View
arch/arm/mach-omap/omap_generic.c
View
arch/arm/mach-omap/xload.c