ARM: AM43xx: Fix the dtb file name for GP EVM in findfdt

DTB file name for AM4372 GP EVM is "am437x-gp-evm.dtb".
But in findfdt it is populated as "am43x-gp-evm.dtb".
Fixing the same.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
Lokesh Vutla 2013-11-11 12:09:47 +05:30 committed by Tom Rini
parent df561c5e68
commit 32a54952e4
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
"if test $board_name = AM43EPOS; then " \
"setenv fdtfile am43x-epos-evm.dtb; fi; " \
"if test $board_name = AM43__GP; then " \
"setenv fdtfile am43x-gp-evm.dtb; fi; " \
"setenv fdtfile am437x-gp-evm.dtb; fi; " \
"if test $fdtfile = undefined; then " \
"echo WARNING: Could not determine device tree; fi; \0"