]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/commitdiff
Fix TYPO in the dtb file delete ol_r8.a9.06
authorYaniv Machani <yanivma@ti.com>
Sun, 4 May 2014 07:40:33 +0000 (10:40 +0300)
committerYaniv Machani <yanivma@ti.com>
Sun, 4 May 2014 07:40:33 +0000 (10:40 +0300)
build_wl18xx.sh

index 1925319d1922c8cd8df6259892d94f97284c2ef5..9273a7012a87777b0a8d1821eed2daeadec2e986 100755 (executable)
@@ -267,7 +267,7 @@ function build_uimage()
             make -j${PROCESSORS_NUMBER} uImage
             make -j${PROCESSORS_NUMBER} am335x-evm.dtb
             cp `repo_path kernel`/arch/arm/boot/zImage `path tftp`/zImage
-            cp `repo_path kernel`/arch/arm/boot/dts/am335x-evm.dtb `path tftp`/am335x-evm.dtba
+            cp `repo_path kernel`/arch/arm/boot/dts/am335x-evm.dtb `path tftp`/am335x-evm.dtb
         else
             LOADADDR=0x80008000 make -j${PROCESSORS_NUMBER} uImage.am335x-evm 
             cp `repo_path kernel`/arch/arm/boot/uImage.am335x-evm `path tftp`/uImage