From: Yaniv Machani Date: Sun, 4 May 2014 07:40:33 +0000 (+0300) Subject: Fix TYPO in the dtb file X-Git-Tag: delete^0 X-Git-Url: https://git.ti.com/gitweb?p=wilink8-wlan%2Fbuild-utilites.git;a=commitdiff_plain;h=299deebcc182fb274125fc6e70d646485882b21c Fix TYPO in the dtb file --- diff --git a/build_wl18xx.sh b/build_wl18xx.sh index 1925319..9273a70 100755 --- a/build_wl18xx.sh +++ b/build_wl18xx.sh @@ -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