diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-05-22 13:43:01 -0700 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-05-23 13:29:38 -0700 |
commit | 4bbcff4155b8203a02987226427adec036825c66 (patch) | |
tree | 3da9c7053dea9dc1de11c746e00ff4a9c1d8533c /bsp | |
parent | 6272d73033d25d932b41c742c11e5829f4466187 (diff) |
Set the boot hart for u54mc to 1
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'bsp')
-rw-r--r-- | bsp/coreip-u54mc-rtl/design.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bsp/coreip-u54mc-rtl/design.dts b/bsp/coreip-u54mc-rtl/design.dts index beba177..2982dd5 100644 --- a/bsp/coreip-u54mc-rtl/design.dts +++ b/bsp/coreip-u54mc-rtl/design.dts @@ -5,6 +5,9 @@ #size-cells = <2>; compatible = "SiFive,FU540G-dev", "fu540-dev", "sifive-dev"; model = "SiFive,FU540G"; + chosen { + metal,boothart = <&L13>; + }; L36: cpus { #address-cells = <1>; #size-cells = <0>; |