diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-08-23 11:39:07 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-11 16:23:05 -0400 |
commit | 08318317afb365a35f06df788feeed56825dbe61 (patch) | |
tree | edbfe04bd9e4d3a2c2cfc2eb1ea4b6fd6584faa6 /include/environment/ti/boot.h | |
parent | 8b2551a4db3061cd3d413a81f7dc1c0334e14c45 (diff) |
env: ti: boot: Select dtb name for X15 revC
Select dtb name for am57xx BeagleBoard-X15 revC
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/environment/ti/boot.h')
-rw-r--r-- | include/environment/ti/boot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/environment/ti/boot.h b/include/environment/ti/boot.h index 8c253e5804..5b1b97bafe 100644 --- a/include/environment/ti/boot.h +++ b/include/environment/ti/boot.h @@ -67,6 +67,8 @@ "setenv fdtfile am57xx-beagle-x15.dtb; fi;" \ "if test $board_name = beagle_x15_revb1; then " \ "setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;" \ + "if test $board_name = beagle_x15_revc; then " \ + "setenv fdtfile am57xx-beagle-x15-revc.dtb; fi;" \ "if test $board_name = am572x_idk; then " \ "setenv fdtfile am572x-idk.dtb; fi;" \ "if test $board_name = am57xx_evm; then " \ |