aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 360860f3ca..1206e9044f 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -89,6 +89,8 @@
89 "setenv fdtfile dra72-evm.dtb; fi;" \ 89 "setenv fdtfile dra72-evm.dtb; fi;" \
90 "if test $board_name = dra71x; then " \ 90 "if test $board_name = dra71x; then " \
91 "setenv fdtfile dra71-evm.dtb; fi;" \ 91 "setenv fdtfile dra71-evm.dtb; fi;" \
92 "if test $board_name = dra76x; then " \
93 "setenv fdtfile dra76-evm.dtb; fi;" \
92 "if test $board_name = beagle_x15; then " \ 94 "if test $board_name = beagle_x15; then " \
93 "setenv fdtfile am57xx-beagle-x15.dtb; fi;" \ 95 "setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
94 "if test $board_name = beagle_x15_revb1; then " \ 96 "if test $board_name = beagle_x15_revb1; then " \