]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: mvebu: db-88f6820-gp: Add SDIO/MMC SPL boot support
authorStefan Roese <sr@denx.de>
Mon, 20 Jul 2015 09:20:40 +0000 (11:20 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:04 +0000 (13:49 +0200)
commit55e2832eb9d70c81b81d843262703dccc7753aa4
tree88d9943071f8073711b7c1fd71c331246523a6ed
parent4a46a9d3d8288ed56c269d3e774be6ca89eae709
arm: mvebu: db-88f6820-gp: Add SDIO/MMC SPL boot support

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:

dd if=u-boot-spl.kwb of=/dev/sdX1

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Dirk Eibach <eibach@gdsys.de>
include/configs/db-88f6820-gp.h