From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 9 Dec 2019 08:49:46 +0100 Subject: [PATCH] configs: clearfog: enable SPL_DM_GPIO to fix boot from SD In-Reply-To: References: Message-ID: <414b4430-0690-408e-981c-05489c6a9d98@denx.de> 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.12.19 08:41, Baruch Siach wrote: > SPL needs DM GPIO to read the SD card-detect signal. This complements > the fix in commit 70bae02f71d4 ("arm: mvebu: clearfog: fix boot from SD > card"). > > Signed-off-by: Baruch Siach Reviewed-by: Stefan Roese Thanks, Stefan