summaryrefslogtreecommitdiff
path: root/drivers/misc/reset_sandbox.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-10-08 03:03:41 -0400
committerTom Rini <trini@konsulko.com>2015-10-08 03:03:41 -0400
commit739c5e08335b15ac7c55c98ada32eb97ba508a5f (patch)
tree03c31998bab2b2ab653829e84a2560bbe04e007f /drivers/misc/reset_sandbox.c
parentb1f492ca9e0c090209824ff36456d4f131843190 (diff)
parent7bb91dd109e2aff5f7f51aed44ac7890f9a4d158 (diff)
downloadu-boot-imx-739c5e08335b15ac7c55c98ada32eb97ba508a5f.zip
u-boot-imx-739c5e08335b15ac7c55c98ada32eb97ba508a5f.tar.gz
u-boot-imx-739c5e08335b15ac7c55c98ada32eb97ba508a5f.tar.bz2
Merge git://git.denx.de/u-boot-dm
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 917121b..2691bb0 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) {