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:
cc5cdaa
)
board: am437x-hs: spl: Select right dtb from fit
author
Lokesh Vutla
<lokeshvutla@ti.com>
Fri, 10 Jun 2016 05:14:47 +0000
(10:44 +0530)
committer
Tom Rini
<trini@konsulko.com>
Mon, 13 Jun 2016 12:56:38 +0000
(08:56 -0400)
Select a right dtb from FIT for am437x-hs platform.
Reported-by: Madan Srinivas <madans@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
board/ti/am43xx/board.c
patch
|
blob
|
history
diff --git
a/board/ti/am43xx/board.c
b/board/ti/am43xx/board.c
index bde5ac7c992aebafee04f64ce5737d26c0c68b9e..f005762edadea944ce1840bc7430086912131c76 100644
(file)
--- a/
board/ti/am43xx/board.c
+++ b/
board/ti/am43xx/board.c
@@
-850,7
+850,7
@@
int board_eth_init(bd_t *bis)
#ifdef CONFIG_SPL_LOAD_FIT
int board_fit_config_name_match(const char *name)
{
- if (board_is_
gp
evm() && !strcmp(name, "am437x-gp-evm"))
+ if (board_is_evm() && !strcmp(name, "am437x-gp-evm"))
return 0;
else if (board_is_sk() && !strcmp(name, "am437x-sk-evm"))
return 0;