]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat/arm: Move dynamic xlat enable logic to makefile
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 23 Jan 2019 16:23:07 +0000 (16:23 +0000)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 25 Jan 2019 16:04:11 +0000 (16:04 +0000)
commit3661d8e7adbf83175a85e2498dbbef7b7a67e8d5
tree2095153b9042e8b50943ee34e2808f83d1d34521
parentbd9344f670a46125cdd8949ded75be124f34d587
plat/arm: Move dynamic xlat enable logic to makefile

The PLAT_XLAT_TABLES_DYNAMIC build option, defined in platform_def.h
in Arm platforms, is checked by several headers, affecting their
behaviour. To avoid issues around the include ordering of the headers,
the definition should be moved to the platform's makefile.

Change-Id: I0e12365c8d66309122e8a20790e1641a4f480a10
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
plat/arm/board/fvp/include/platform_def.h
plat/arm/board/fvp/platform.mk
plat/arm/board/juno/include/platform_def.h
plat/arm/board/juno/platform.mk