From: Michal Suchanek Date: Mon, 10 Oct 2022 18:29:39 +0000 (+0200) Subject: sandbox: Initialize sysreset before relocation X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5b2f49c033d6b6d48fff203d6f154acc8153320a;p=u-boot.git sandbox: Initialize sysreset before relocation Without this the early sysreset code cannot be tested. Signed-off-by: Michal Suchanek Reviewed-by: Simon Glass --- diff --git a/arch/sandbox/dts/sandbox.dtsi b/arch/sandbox/dts/sandbox.dtsi index d2db1ea522..7387b54bbd 100644 --- a/arch/sandbox/dts/sandbox.dtsi +++ b/arch/sandbox/dts/sandbox.dtsi @@ -239,6 +239,7 @@ reset@1 { compatible = "sandbox,reset"; + u-boot,dm-pre-proper; }; rng { diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index b853e13f92..70e27cd6a8 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -1125,10 +1125,12 @@ reset@0 { compatible = "sandbox,warm-reset"; + u-boot,dm-pre-proper; }; reset@1 { compatible = "sandbox,reset"; + u-boot,dm-pre-proper; }; resetc: reset-ctl {