From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 07 Aug 2012 11:04:48 -0600 Subject: [U-Boot] [PATCH 1/2] tegra: init MMC from common board init In-Reply-To: <1344302320-17238-1-git-send-email-dev@lynxeye.de> References: <1344302320-17238-1-git-send-email-dev@lynxeye.de> Message-ID: <50214AB0.5070909@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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?