summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2016-06-10 09:35:46 +0530
committerTom Rini <trini@konsulko.com>2016-06-13 08:56:38 -0400
commitcc5cdaad42dc6672ca41c2a2848003a051350d02 (patch)
tree9252dd5c2c0b7b04a0958ffb22f7518aea1704c8 /include/configs
parent332dddc6a1290665963be3b74d3ec7a80d7bf1ae (diff)
downloadblackbird-obmc-uboot-cc5cdaad42dc6672ca41c2a2848003a051350d02.tar.gz
blackbird-obmc-uboot-cc5cdaad42dc6672ca41c2a2848003a051350d02.zip
ti_omap5_common: Add right dtb file for AM572x-IDK
Add proper dtb file name for AM572x-IDK in env. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ti_omap5_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h
index 5c5a12d493..2e4c8e9646 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -104,6 +104,8 @@
"setenv fdtfile dra72-evm.dtb; fi;" \
"if test $board_name = beagle_x15; then " \
"setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
+ "if test $board_name = am572x_idk; then " \
+ "setenv fdtfile am572x-idk.dtb; fi;" \
"if test $board_name = am57xx_evm; then " \
"setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
"if test $fdtfile = undefined; then " \
OpenPOWER on IntegriCloud