summaryrefslogtreecommitdiff
path: root/bsp/coreip-u54mc-rtl/metal.scratchpad.lds
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-05-31 15:05:54 -0700
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-05-31 15:05:54 -0700
commit12fa4931834dea3c8f1dc108df3049e5b0c9a188 (patch)
treec34abbfccceed1b6066ec8bce5ed6938e1762112 /bsp/coreip-u54mc-rtl/metal.scratchpad.lds
parent3a5c06a362a39f2a41d2baa07badd38237be03e6 (diff)
Run U54-MC on Hart 0
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'bsp/coreip-u54mc-rtl/metal.scratchpad.lds')
-rw-r--r--bsp/coreip-u54mc-rtl/metal.scratchpad.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/coreip-u54mc-rtl/metal.scratchpad.lds b/bsp/coreip-u54mc-rtl/metal.scratchpad.lds
index 3949202..3b03685 100644
--- a/bsp/coreip-u54mc-rtl/metal.scratchpad.lds
+++ b/bsp/coreip-u54mc-rtl/metal.scratchpad.lds
@@ -27,7 +27,7 @@ SECTIONS
__stack_size = DEFINED(__stack_size) ? __stack_size : 0x400;
PROVIDE(__stack_size = __stack_size);
__heap_size = DEFINED(__heap_size) ? __heap_size : 0x400;
- PROVIDE(__metal_boot_hart = 1);
+ PROVIDE(__metal_boot_hart = 0);
PROVIDE(__metal_chicken_bit = 0);