summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-03-12 16:40:28 +0300
committerAnup Patel <anup@brainfault.org>2019-03-13 21:23:21 +0300
commit896870e9b0e9421aec41304299d55bbe43a6e618 (patch)
treef7dcc86717973db6904567780a2dc67ec824aae3 /platform
parent6cd668df124ba090bf7582a597b432562e9a365c (diff)
downloadopensbi-896870e9b0e9421aec41304299d55bbe43a6e618.tar.xz
platform: fu540: Fix cosmetic styling issues
There are some spaces or mixed usage of spaces and tabs in the macro definition. Change to use tab consistently. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'platform')
-rw-r--r--platform/sifive/fu540/platform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/sifive/fu540/platform.c b/platform/sifive/fu540/platform.c
index c14275a..325beba 100644
--- a/platform/sifive/fu540/platform.c
+++ b/platform/sifive/fu540/platform.c
@@ -39,7 +39,7 @@
* HARTs 1 to 4.
*/
#ifndef FU540_ENABLED_HART_MASK
-#define FU540_ENABLED_HART_MASK (1 << 1 | 1 << 2 | 1 << 3 | 1 << 4)
+#define FU540_ENABLED_HART_MASK (1 << 1 | 1 << 2 | 1 << 3 | 1 << 4)
#endif
#define FU540_HARITD_DISABLED ~(FU540_ENABLED_HART_MASK)
@@ -47,8 +47,8 @@
/* PRCI clock related macros */
//TODO: Do we need a separate driver for this ?
#define FU540_PRCI_BASE_ADDR 0x10000000
-#define FU540_PRCI_CLKMUXSTATUSREG 0x002C
-#define FU540_PRCI_CLKMUX_STATUS_TLCLKSEL (0x1 << 1)
+#define FU540_PRCI_CLKMUXSTATUSREG 0x002C
+#define FU540_PRCI_CLKMUX_STATUS_TLCLKSEL (0x1 << 1)
static void fu540_modify_dt(void *fdt)
{