From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Stach Date: Tue, 07 Aug 2012 19:35:13 +0200 Subject: [U-Boot] [PATCH 1/2] tegra: init MMC from common board init In-Reply-To: <50214AB0.5070909@wwwdotorg.org> References: <1344302320-17238-1-git-send-email-dev@lynxeye.de> <50214AB0.5070909@wwwdotorg.org> Message-ID: <1344360913.1477.14.camel@tellur> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Dienstag, den 07.08.2012, 11:04 -0600 schrieb Stephen Warren: > On 08/06/2012 07:18 PM, Lucas Stach wrote: > > There's no description here justifying why you want this change. > > I don't think the change is correct; in arch/arm/lib/board.c, > board_init_r() calls drivers/mmc/mmc.c:mmc_initialize() which calls > board_mmc_init(). With this patch, won't this function get called twice? > Please disregard this patch. It was only needed because of an error on my side. Sorry for the inconvenience.