From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 31 Jul 2015 08:55:43 -0700 Subject: [U-Boot] [PATCH] powerpc/t1023rdb: eMMC boot without external SD card In-Reply-To: <1438051607-5840-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1438051607-5840-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <55BB9A7F.4020208@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/27/2015 07:46 PM, Shengzhou Liu wrote: > eMMC has no CD and WP pins, it needs to add board-specific > board_mmc_getcd() and board_mmc_getwp() in SPL to support > eMMC boot without external SD card inserted. > > Signed-off-by: Shengzhou Liu > --- Applied to u-boot-mpc85xx master. Thanks. York