]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/blobdiff - build_wl18xx.sh
Fix TYPO in the dtb file
[wilink8-wlan/build-utilites.git] / 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