summaryrefslogtreecommitdiff
path: root/p/riscv_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'p/riscv_test.h')
-rw-r--r--p/riscv_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/riscv_test.h b/p/riscv_test.h
index ccf5860..dd5c1b8 100644
--- a/p/riscv_test.h
+++ b/p/riscv_test.h
@@ -76,8 +76,8 @@
csrr a0, hartid; \
1: bnez a0, 1b; \
-#define EXTRA_INIT_TIMER
#define EXTRA_INIT
+#define EXTRA_INIT_TIMER
#define RVTEST_CODE_BEGIN \
.text; \
@@ -86,8 +86,8 @@
_start: \
RISCV_MULTICORE_DISABLE; \
init; \
- EXTRA_INIT_TIMER; \
EXTRA_INIT; \
+ EXTRA_INIT_TIMER; \
//-----------------------------------------------------------------------
// End Macro