Home
last modified time | relevance | path

Searched refs:BL30_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dbl2_plat_setup.c232 bl30_meminfo->total_size = BL30_SIZE; in bl2_plat_get_bl30_meminfo()
234 bl30_meminfo->free_size = BL30_SIZE; in bl2_plat_get_bl30_meminfo()
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
Dplatform_def.h174 #define BL30_SIZE (BL30_LIMIT - BL30_BASE) macro