[PATCH 1/1] freescale-mx35-3-stack: Add mmc0
Thomas Mayer
thomas.mayer at telemotive.de
Fri Apr 8 04:37:11 EDT 2011
Hi Sascha,
Am 08.04.2011 08:41, schrieb Sascha Hauer:
> Hi Thomas,
>
> On Thu, Apr 07, 2011 at 09:57:19AM +0200, Thomas Mayer wrote:
>> Signed-off-by: Thomas Mayer<thomas.mayer at telemotive.de>
>> ---
>> arch/arm/boards/freescale-mx35-3-stack/3stack.c | 4 ++++
>> 1 files changed, 4 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/boards/freescale-mx35-3-stack/3stack.c b/arch/arm/boards/freescale-mx35-3-stack/3stack.c
>> index 127bfb4..a4cbbe1 100644
>> --- a/arch/arm/boards/freescale-mx35-3-stack/3stack.c
>> +++ b/arch/arm/boards/freescale-mx35-3-stack/3stack.c
>> @@ -199,6 +199,10 @@ static int f3s_devices_init(void)
>> break;
>> }
>>
>> +#ifdef CONFIG_MCI_IMX_ESDHC
>> + imx35_add_mmc0(NULL);
>> +#endif
> No ifdef here, please. Registering a device without a driver available
> doesn't hurt, except for a few bytes of binary space.
>
thanks for the advice. New patch is on the way...
Regards,
Thomas
More information about the barebox
mailing list