diff --git a/build_wl18xx.sh b/build_wl18xx.sh
index 1925319d1922c8cd8df6259892d94f97284c2ef5..9273a7012a87777b0a8d1821eed2daeadec2e986 100755 (executable)
--- a/build_wl18xx.sh
+++ b/build_wl18xx.sh
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