]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/util/iblConfig/build/Makefile
Added support for C6657
[keystone-rtos/ibl.git] / src / util / iblConfig / build / Makefile
index a4842841e16af53c9bb3485690b37585b6d40434..fa8d12e63ab7a72bf4a3fda061262c347b4f5a7f 100644 (file)
@@ -34,7 +34,9 @@ endif
 ifeq ($(EVM),c6670l)
        DEVICE_ID = 7
 endif
-
+ifeq ($(EVM),c6657l)
+       DEVICE_ID = 8
+endif
 LNK_OPTS +=
 
 ###############################################################################