Re: [U-Boot] [PATCH] MMC: Don't use new framework code if not enabled

2009-02-19 Thread Wolfgang Denk
Dear Dirk Behme, In message <1234983579-6404-1-git-send-email-dirk.be...@googlemail.com> you wrote: > Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC > isn't enabled. > > Signed-off-by: Dirk Behme > > --- > > Patch is against U-Boot master branch commit > 5f0320108870e5d6

[U-Boot] [PATCH] MMC: Don't use new framework code if not enabled

2009-02-18 Thread Dirk Behme
Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC isn't enabled. Signed-off-by: Dirk Behme --- Patch is against U-Boot master branch commit 5f0320108870e5d62983d1d5c13a2a087dddf686 "common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible" common/cmd_mmc.c |3 +