Is there a reason there are inconsistencies in the handling of PLAT_XLAT_TABLES_DYNAMIC? Specifically I'm referring to in some places it uses #ifdef logic:
and in others it's explicitly adding the define (w/ or w/out a value) to the _FLAGS for an image.
I wanted to make use of this config option and noticed it wasn't getting picked up even when it was set and was considering cleaning up the usage of it by adding it to make_helpers/
defaults.mk and then changing all the #ifdef's for it to be #if's.