From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 21 Jul 2015 06:24:35 +0200 Subject: [U-Boot] [PATCH 5/5] arm: mvebu: db-88f6820-gp: Add SDIO/MMC SPL boot support In-Reply-To: <0000014ead63f5e5-58483503-2218-4f36-918e-3272900b1d4f-000000@email.amazonses.com> References: <1437384040-16244-1-git-send-email-sr@denx.de> <1437384040-16244-5-git-send-email-sr@denx.de> <0000014ead63f5e5-58483503-2218-4f36-918e-3272900b1d4f-000000@email.amazonses.com> Message-ID: <55ADC983.5060709@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 Hi Luka, On 20.07.2015 23:34, Luka Perkov wrote: > On Mon, Jul 20, 2015 at 11:20:40AM +0200, Stefan Roese wrote: >> This patch adds the configuration options to boot via SDIO/MMC on the >> Marvell DB-88F6820-GP Armada A38x board. The default boot device >> is still SPI NOR flash. >> >> To enable MMC booting on this board 2 things need to be changes: >> a) Change kwbimage.cfg >> BOOT_FROM sdio >> b) In the config header select >> #define CONFIG_SPL_BOOT_DEVICE SPL_BOOT_SDIO_MMC_CARD >> >> The generated image needs to be copied to the first bootable MMC >> partition: > > Can you please define "bootable" here? Does the partition really need to > have bootable flag configured? Correct. Thats how I understand it from the documentation. Trying to boot from a partition that did not have this "bootable" flag set did not work IIRC. Thanks, Stefan