summaryrefslogtreecommitdiffstats
path: root/drivers/misc/reset_sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/reset_sandbox.c')
-rw-r--r--drivers/misc/reset_sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/reset_sandbox.c b/drivers/misc/reset_sandbox.c
index 917121bc5e..2691bb031a 100644
--- a/drivers/misc/reset_sandbox.c
+++ b/drivers/misc/reset_sandbox.c
@@ -40,7 +40,7 @@ static int sandbox_reset_request(struct udevice *dev, enum reset_t type)
* (see the U_BOOT_DEVICE() declaration below) should not do anything.
* If we are that device, return an error.
*/
- if (gd->fdt_blob && dev->of_offset == -1)
+ if (state->fdt_fname && dev->of_offset == -1)
return -ENODEV;
switch (type) {
OpenPOWER on IntegriCloud