[U-Boot] [RFC] testing mmc slot w/ generic mmc

2011-05-25 Thread Michael Jones
I have a custom OMAP3-based board with 2 MMC slots. During my boot sequence, I want to test whether a card is present in mmc slot 1, and boot from it if so. Otherwise it will continue to look at other options. Until now, w/o CONFIG_GENERIC_MMC, I have used 'mmc init 1' to do this, which would

Re: [U-Boot] [RFC] testing mmc slot w/ generic mmc

2011-05-25 Thread Mike Frysinger
On Wednesday, May 25, 2011 10:11:21 Michael Jones wrote: Am I supposed to wait until the next merge window to submit such a patch for review? you post patches at any time. they only get merged (if new feature based) into the main tree during the merge window. but things need to be hashed out