]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - boot_loader/examples/pcie/pcieboot_post/evmc6678l/bin/pcieboot_post_elf2HBin.bat
Updated to CGT 7.4.0B2
[keystone-rtos/mcsdk-tools.git] / boot_loader / examples / pcie / pcieboot_post / evmc6678l / bin / pcieboot_post_elf2HBin.bat
index 8029f002cfec3707be5b40da0f041952319e293c..35a5c22728b466fa9ffac4ff9e48275b834952be 100644 (file)
@@ -1,4 +1,4 @@
-set C6000_CG_DIR="C:\Program Files\Texas Instruments\C6000 Code Generation Tools 7.4.0A12012"
+set C6000_CG_DIR="C:\Program Files\Texas Instruments\C6000 Code Generation Tools 7.3.1"
 set TOOL_DIR="..\..\..\..\..\..\"
 set TARGET=6678
 set ENDIAN=little
@@ -22,4 +22,9 @@ if %ENDIAN% == little (
 
 ..\..\..\..\..\..\bttbl2hfile\Bttbl2Hfile pcieboot_post.btbl pcieboot_post.h pcieboot_post.bin
 ..\..\..\..\..\..\hfile2array\hfile2array pcieboot_post.h post.h post
-move post.h ..\..\..\linux_host_loader\post_%TARGET%.h
+
+if %ENDIAN% == little (
+move post.h ..\..\..\linux_host_loader\LE\post_%TARGET%.h
+) else (
+move post.h ..\..\..\linux_host_loader\BE\post_%TARGET%.h
+)
\ No newline at end of file