summaryrefslogtreecommitdiff
path: root/big-little/common/hyp_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'big-little/common/hyp_setup.c')
-rw-r--r--big-little/common/hyp_setup.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/big-little/common/hyp_setup.c b/big-little/common/hyp_setup.c
index d15654a..2287017 100644
--- a/big-little/common/hyp_setup.c
+++ b/big-little/common/hyp_setup.c
@@ -1,23 +1,23 @@
/*
* Copyright (c) 2012, ARM Limited. All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
* following conditions are met:
- *
+ *
* Redistributions of source code must retain the above
- * copyright notice, this list of conditions and the
+ * copyright notice, this list of conditions and the
* following disclaimer.
*
* Redistributions in binary form must reproduce the
- * above copyright notice, this list of conditions and
- * the following disclaimer in the documentation
+ * above copyright notice, this list of conditions and
+ * the following disclaimer in the documentation
* and/or other materials provided with the distribution.
- *
+ *
* Neither the name of ARM nor the names of its
* contributors may be used to endorse or promote products
* derived from this software without specific prior written
- * permission.
+ * permission.
*/
#include "context.h"
@@ -69,15 +69,15 @@ void bl_rest_init(void)
config_uart();
if (switcher) {
- /*
+ /*
* Ask the secure world to initialise its context.
* Not required when "always on"
*/
smc(SMC_SEC_INIT, 0, 0);
- /*
+ /*
* Since we are using the shared vgic, we need to map
- * the cpuids to the cpu interfaces as there is no
+ * the cpuids to the cpu interfaces as there is no
* longer a 1:1 mapping
*/
map_cpuif(cluster_id, cpu_id);
@@ -88,7 +88,7 @@ void bl_rest_init(void)
/*
* Only one cpu should enable the CCI while the other
- * cpus wait.
+ * cpus wait.
*/
if (first_cpu == cpu_id && cluster_id == host_cluster) {
write32(A7_SL_IFACE_BASE + SNOOP_CTLR_REG, 0x3);