sandbox: Initialize sysreset before relocation

Without this the early sysreset code cannot be tested.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Michal Suchanek
2022-10-21 16:06:14 -04:00
committed by Tom Rini
parent d6d8720c3f
commit 5b2f49c033
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -239,6 +239,7 @@
reset@1 {
compatible = "sandbox,reset";
u-boot,dm-pre-proper;
};
rng {
+2
View File
@@ -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 {