Searched hist:"7 d09198f58cefd10a9ca19305782785632ffa72a" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/plat/amd/versal2/include/ |
| H A D | platform_def.h | 7d09198f58cefd10a9ca19305782785632ffa72a Wed Sep 11 09:06:14 UTC 2024 Akshay Belsare <akshay.belsare@amd.com> 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>
|
| /rk3399_ARM-atf/plat/amd/versal2/aarch64/ |
| H A D | common.c | 7d09198f58cefd10a9ca19305782785632ffa72a Wed Sep 11 09:06:14 UTC 2024 Akshay Belsare <akshay.belsare@amd.com> 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>
|