]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ti_omap5_common.h
beagle_x15: add board support for Beagle x15
[u-boot] / include / configs / ti_omap5_common.h
index de96d7dadaa231b245466ae764f6c7838864e97b..c47651d79620c3c1431437d444f3c285b714cf00 100644 (file)
                        "setenv fdtfile dra7-evm.dtb; fi;" \
                "if test $board_name = dra72x; then " \
                        "setenv fdtfile dra72-evm.dtb; fi;" \
+               "if test $board_name = beagle_x15; then " \
+                       "setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
                "if test $fdtfile = undefined; then " \
                        "echo WARNING: Could not determine device tree to use; fi; \0" \
        "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile};\0" \