projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ed43b9
)
kwbimage: Add support for SDIO/MMC boot device selection
author
Stefan Roese
<sr@denx.de>
Mon, 20 Jul 2015 09:20:37 +0000
(11:20 +0200)
committer
Luka Perkov
<luka.perkov@sartura.hr>
Fri, 24 Jul 2015 07:45:56 +0000
(09:45 +0200)
This patch adds support to select the "sdio" as boot device in the
kwbimage.cfg file. This line selects this SDIO device:
BOOT_FROM sdio
Tested on Marvell DB-
88F6820
-GP board.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Dirk Eibach <eibach@gdsys.de>
tools/kwbimage.c
patch
|
blob
|
history
diff --git
a/tools/kwbimage.c
b/tools/kwbimage.c
index 1ff17cab269f961dd7796f93b9c7b6b0dac3cbb2..91e0990ad6b9b2833bfacaab781b378e033d9a07 100644
(file)
--- a/
tools/kwbimage.c
+++ b/
tools/kwbimage.c
@@
-115,6
+115,7
@@
struct boot_mode boot_modes[] = {
{ 0x78, "sata" },
{ 0x9C, "pex" },
{ 0x69, "uart" },
+ { 0xAE, "sdio" },
{},
};