]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/lib/fsp/fsp_common.c
x86: Drop FSP error defines and use EFI instead
[karo-tx-uboot.git] / arch / x86 / lib / fsp / fsp_common.c
index 6f72c6dc7bb1f5d3a91433d43d11f8d3fe19a6b5..d564cb9043eb84fa6ec1abbfe966708655ce644a 100644 (file)
@@ -46,7 +46,7 @@ void board_final_cleanup(void)
        /* call into FspNotify */
        debug("Calling into FSP (notify phase INIT_PHASE_BOOT): ");
        status = fsp_notify(NULL, INIT_PHASE_BOOT);
-       if (status != FSP_SUCCESS)
+       if (status)
                debug("fail, error code %x\n", status);
        else
                debug("OK\n");