mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 08:59:33 +00:00
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:
parent
d6d8720c3f
commit
5b2f49c033
2 changed files with 3 additions and 0 deletions
|
@ -239,6 +239,7 @@
|
|||
|
||||
reset@1 {
|
||||
compatible = "sandbox,reset";
|
||||
u-boot,dm-pre-proper;
|
||||
};
|
||||
|
||||
rng {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue