]> Git Repo - J-u-boot.git/commitdiff
board: am437x-hs: spl: Select right dtb from fit
authorLokesh Vutla <[email protected]>
Fri, 10 Jun 2016 05:14:47 +0000 (10:44 +0530)
committerTom Rini <[email protected]>
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 <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
board/ti/am43xx/board.c

index bde5ac7c992aebafee04f64ce5737d26c0c68b9e..f005762edadea944ce1840bc7430086912131c76 100644 (file)
@@ -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_gpevm() && !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;
This page took 0.03299 seconds and 4 git commands to generate.