commit | 5626195b769247e7653a27013e6f0f93cfd18ce5 | [log] [tgz] |
---|---|---|
author | Akshay Belsare <akshay.belsare@amd.com> | Wed Sep 11 14:36:14 2024 +0530 |
committer | Akshay Belsare <akshay.belsare@amd.com> | Fri Oct 18 15:07:39 2024 +0530 |
tree | e89c8f2082890b7511682f517944c35e46247d9b | |
parent | 850cc0c2a02023245ba93ad3d1292bcaf296375a [diff] |
fix(versal2): update check for TRANSFER_LIST macro Replace #if defined(TRANSFER_LIST) by #if TRANSFER_LIST. By default TRANSFER_LIST macro is defined with value 0 in Makefile. So checking if the macro is defined will always be true and instead need to check the value of the macro to add the conditional code. Change-Id: I90b06f378326d5e03ad576377ad173e81b100f56 Signed-off-by: Akshay Belsare <akshay.belsare@amd.com>