Lines Matching refs:err
166 int err __unused = 1; in arm_bl1_platform_setup()
203 err = load_auth_image(TB_FW_CONFIG_ID, &config_image_info); in arm_bl1_platform_setup()
204 if (err < 0) { in arm_bl1_platform_setup()
205 ERROR("Loading of TB_FW_CONFIG failed %d\n", err); in arm_bl1_platform_setup()
206 plat_error_handler(err); in arm_bl1_platform_setup()
222 err = fconf_load_config(FW_CONFIG_ID); in arm_bl1_platform_setup()
223 if (err < 0) { in arm_bl1_platform_setup()
224 ERROR("Loading of FW_CONFIG failed %d\n", err); in arm_bl1_platform_setup()
225 plat_error_handler(err); in arm_bl1_platform_setup()
234 err = fconf_populate_dtb_registry(config_info->config_addr); in arm_bl1_platform_setup()
235 if (err < 0) { in arm_bl1_platform_setup()
236 ERROR("Parsing of FW_CONFIG failed %d\n", err); in arm_bl1_platform_setup()
237 plat_error_handler(err); in arm_bl1_platform_setup()
241 err = fconf_load_config(TB_FW_CONFIG_ID); in arm_bl1_platform_setup()
242 if (err < 0) { in arm_bl1_platform_setup()
243 ERROR("Loading of TB_FW_CONFIG failed %d\n", err); in arm_bl1_platform_setup()
244 plat_error_handler(err); in arm_bl1_platform_setup()
248 plat_error_handler(err); in arm_bl1_platform_setup()