arm: arch code naming cleanup

This patch re-namespaces global variables and functions
that are used only within the arch/arm/ code to be
prefixed with z_arm_.

Some instances of CamelCase have been corrected.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-09-30 12:31:07 -07:00 committed by Ioannis Glaropoulos
commit 8c98a97581
51 changed files with 332 additions and 329 deletions

View file

@ -106,7 +106,7 @@ const __imx_boot_ivt_section ivt image_vector_table = {
* @return N/A
*
*/
static ALWAYS_INLINE void clkInit(void)
static ALWAYS_INLINE void clock_init(void)
{
/* Boot ROM did initialize the XTAL, here we only sets external XTAL
* OSC freq
@ -280,7 +280,7 @@ static int imxrt_init(struct device *arg)
}
/* Initialize system clock */
clkInit();
clock_init();
/*
* install default handler that simply resets the CPU