Searched defs:ENABLE_PLAT_COMPAT (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/
H A Dplatform.mk51 ENABLE_PLAT_COMPAT := 0 macro
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/
H A Dplatform.mk51 ENABLE_PLAT_COMPAT := 0 macro
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/
H A Dplatform.mk17 ENABLE_PLAT_COMPAT := 0 macro
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
H A Dplatform.mk148 ENABLE_PLAT_COMPAT := 0 macro
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
H A Dplatform.mk37 ENABLE_PLAT_COMPAT := 0 macro
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/
H A Dplatform.mk12 ENABLE_PLAT_COMPAT := 0 macro
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
H A Dplatform.mk143 ENABLE_PLAT_COMPAT := 0 macro
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/
H A Dplatform.mk66 ENABLE_PLAT_COMPAT := 0 macro
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
H A Dplatform.mk44 ENABLE_PLAT_COMPAT := 0 macro
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/
H A Dplatform.mk84 ENABLE_PLAT_COMPAT := 0 macro
/device/linaro/bootloader/arm-trusted-firmware/
H A DMakefile265 # If the platform has not defined ENABLE_PLAT_COMPAT, then enable it by default
266 ifndef ENABLE_PLAT_COMPAT
267 ENABLE_PLAT_COMPAT := 1 macro
271 ifneq (${ENABLE_PLAT_COMPAT}, 0)
445 $(eval $(call assert_boolean,ENABLE_PLAT_COMPAT))
484 $(eval $(call add_define,ENABLE_PLAT_COMPAT))

Completed in 27 milliseconds