summaryrefslogtreecommitdiff
path: root/bsp
diff options
context:
space:
mode:
authorDrew Barbier <dbarbi1@gmail.com>2018-07-02 22:48:21 -0500
committerDrew Barbier <dbarbi1@gmail.com>2018-07-02 22:48:21 -0500
commit9d58b2120c5a9b9dbc95c0ea90b16280e36dc9ca (patch)
treec63c3acf5d7cad4b0b2b79b9c80f8282f03c0acf /bsp
parent835b33318a3b350051ef153d382a5980efe19ed6 (diff)
short msi handler
Diffstat (limited to 'bsp')
-rw-r--r--bsp/env/coreip-e2-arty/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/env/coreip-e2-arty/platform.h b/bsp/env/coreip-e2-arty/platform.h
index 6bf2121..305726d 100644
--- a/bsp/env/coreip-e2-arty/platform.h
+++ b/bsp/env/coreip-e2-arty/platform.h
@@ -32,7 +32,7 @@
// Memory map
#define CLINT_CTRL_ADDR _AC(0x02000000,UL)
-#define CLIC_HART0_ADDR _AC(0x02800000, UL)
+#define CLIC_HART0_ADDR _AC(0x02800000,UL)
#define GPIO_CTRL_ADDR _AC(0x20002000,UL)
#define PWM0_CTRL_ADDR _AC(0x20005000,UL)
#define RAM_MEM_ADDR _AC(0x80000000,UL)