diff options
author | Praneeth Bajjuri | 2017-02-27 16:58:05 -0600 |
---|---|---|
committer | Praneeth Bajjuri | 2017-02-27 16:59:23 -0600 |
commit | 518d836173965ced384d88bd73c08e9a72374d4d (patch) | |
tree | afd15bedd37e59e36a5d5ed952ce0200f7f16e14 | |
parent | 777d493a42ca469f6ad0f30bc7e36c4153a24041 (diff) | |
download | device-ti-am57xevm-518d836173965ced384d88bd73c08e9a72374d4d.tar.gz device-ti-am57xevm-518d836173965ced384d88bd73c08e9a72374d4d.tar.xz device-ti-am57xevm-518d836173965ced384d88bd73c08e9a72374d4d.zip |
am57xevm: idk: update correct dtb file in fastboot script
am572x-idk-lcd-osd101t2587.dtb is the default dtb for am572-idk-lcd
configuration.
this patch updates fastboot.sh script to pick the right one.
Change-Id: I7164c7a31f11e678a455318239d2bc7d1563eb10
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Reeder, Jason <jreeder@ti.com>
-rwxr-xr-x | fastboot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot.sh b/fastboot.sh index 240d410..d3dbae2 100755 --- a/fastboot.sh +++ b/fastboot.sh | |||
@@ -99,7 +99,7 @@ if [ ${cpu} = "J6" ]; then | |||
99 | if [ ${boardrev} = "A.30" ]; then | 99 | if [ ${boardrev} = "A.30" ]; then |
100 | environment="${PRODUCT_OUT}am57xx-evm-reva3.dtb" | 100 | environment="${PRODUCT_OUT}am57xx-evm-reva3.dtb" |
101 | elif [ ${boardrev} = "1.3A" ]; then | 101 | elif [ ${boardrev} = "1.3A" ]; then |
102 | environment="${PRODUCT_OUT}am572x-idk-lcd-osd.dtb" | 102 | environment="${PRODUCT_OUT}am572x-idk-lcd-osd101t2587.dtb" |
103 | elif [ ${boardrev} = "B.10" ]; then | 103 | elif [ ${boardrev} = "B.10" ]; then |
104 | environment="${PRODUCT_OUT}am57xx-beagle-x15-revb1.dtb" | 104 | environment="${PRODUCT_OUT}am57xx-beagle-x15-revb1.dtb" |
105 | fi | 105 | fi |