]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/misc/reset_sandbox.c
sandbox: Use the reset driver to handle reset
[karo-tx-uboot.git] / drivers / misc / reset_sandbox.c
index 3cc61ede2a09503c6bc0859b24eb761e21f9ec6d..917121bc5e80777d7ad1da8ff795544ce6ca1c69 100644 (file)
@@ -51,7 +51,7 @@ static int sandbox_reset_request(struct udevice *dev, enum reset_t type)
                state->last_reset = type;
                if (!state->reset_allowed[type])
                        return -EACCES;
-               /* TODO: sandbox_exit(); */
+               sandbox_exit();
                break;
        default:
                return -ENOSYS;