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-10 20:29:39 +02:00 committed by Tom Rini
parent d6d8720c3f
commit 5b2f49c033
2 changed files with 3 additions and 0 deletions

View file

@ -239,6 +239,7 @@
reset@1 {
compatible = "sandbox,reset";
u-boot,dm-pre-proper;
};
rng {

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 {