From: Chris Ring Date: Tue, 11 Feb 2014 18:58:52 +0000 (-0800) Subject: 66AK2E: BIOS: Remove leading 'C' in device name X-Git-Tag: 3.21.00.05_eng~4 X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=commitdiff_plain;h=111204ba0d3db3f40507e4d2a99884b35549839b 66AK2E: BIOS: Remove leading 'C' in device name The initial support for 66AK2E (commit 867efc6fa15f91639820614f6f9ca6ee6751ffa6) went in with the 'C66AK2E' identifier. After review by the MCSDK team, the leading 'C' was incorrect and removed. The XDC platform and catalog includes this leading 'C', so most of the internal config-related support did not require changes. Finally, this is only the BIOS-side changes. The Linux-side changes will be done in a subsequent commit. --- diff --git a/ipc-bios.bld b/ipc-bios.bld index 22f7681..defbb12 100644 --- a/ipc-bios.bld +++ b/ipc-bios.bld @@ -190,7 +190,7 @@ for (arg = 0; arg < arguments.length; arg++) { if (targetName.match(/elf\.C66$/)) { switch (platform) { - case 'C66AK2E': + case '66AK2E': target.platforms.$add("ti.platforms.evmC66AK2E"); break; diff --git a/products.mak b/products.mak index bc29765..963a1bd 100644 --- a/products.mak +++ b/products.mak @@ -41,7 +41,7 @@ DEPOT ?= _your_depot_folder_ # Platform to build for # Supported platforms (choose one): -# OMAPL138, OMAP54XX, DRA7XX, C66AK2E, TCI6630, TCI6636, TCI6638 +# OMAPL138, OMAP54XX, DRA7XX, 66AK2E, TCI6630, TCI6636, TCI6638 # # Note, this is used for Linux, QNX and BIOS builds #