diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-07 11:08:45 -0800 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-07 11:08:54 -0800 |
commit | 33dd66135c6bb3e914d402ef2efe3d63d8866aee (patch) | |
tree | 4b2c7ec6b43cfa01246541f506ccf8f443116060 | |
parent | 972afa6d738c210e2fca561be8fa5cfae96cd0d3 (diff) |
Fix the metal,entry chosen node in the 2-series Arty targets
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
-rw-r--r-- | bsp/coreip-e20-arty/design.dts | 2 | ||||
-rw-r--r-- | bsp/coreip-e21-arty/design.dts | 2 | ||||
-rw-r--r-- | bsp/coreip-e24-arty/design.dts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bsp/coreip-e20-arty/design.dts b/bsp/coreip-e20-arty/design.dts index 93e984e..b71170c 100644 --- a/bsp/coreip-e20-arty/design.dts +++ b/bsp/coreip-e20-arty/design.dts @@ -7,7 +7,7 @@ model = "SiFive,FE200G"; chosen { stdout-path = "/soc/serial@20000000:115200"; - mee,entry = <&L6 0x400000>; + metal,entry = <&L6 0x400000>; }; L15: aliases { serial0 = &L5; diff --git a/bsp/coreip-e21-arty/design.dts b/bsp/coreip-e21-arty/design.dts index be0c023..32ef5e8 100644 --- a/bsp/coreip-e21-arty/design.dts +++ b/bsp/coreip-e21-arty/design.dts @@ -7,7 +7,7 @@ model = "SiFive,FE210G"; chosen { stdout-path = "/soc/serial@20000000:115200"; - mee,entry = <&L7 0x400000>; + metal,entry = <&L7 0x400000>; }; L17: aliases { serial0 = &L6; diff --git a/bsp/coreip-e24-arty/design.dts b/bsp/coreip-e24-arty/design.dts index dd35d75..b636a82 100644 --- a/bsp/coreip-e24-arty/design.dts +++ b/bsp/coreip-e24-arty/design.dts @@ -7,7 +7,7 @@ model = "SiFive,FE240G"; chosen { stdout-path = "/soc/serial@20000000:115200"; - mee,entry = <&L7 0x400000>; + metal,entry = <&L7 0x400000>; }; L17: aliases { serial0 = &L6; |