Unverified Commit deca6584 authored by Antonio Niño Díaz's avatar Antonio Niño Díaz Committed by GitHub
Browse files

Merge pull request #1636 from antonio-nino-diaz-arm/an/console

 Deprecate weak crash console functions 
parents 583cb003 e74afb65
/* /*
* Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2014-2018, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
...@@ -9,9 +9,12 @@ ...@@ -9,9 +9,12 @@
#include <bl_common.h> #include <bl_common.h>
#include <interrupt_mgmt.h> #include <interrupt_mgmt.h>
#include <stdint.h>
void zynqmp_config_setup(void); void zynqmp_config_setup(void);
unsigned int zynqmp_calc_core_pos(u_register_t mpidr);
/* ZynqMP specific functions */ /* ZynqMP specific functions */
unsigned int zynqmp_get_uart_clk(void); unsigned int zynqmp_get_uart_clk(void);
unsigned int zynqmp_get_bootmode(void); unsigned int zynqmp_get_bootmode(void);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment