detachables: Remove screen blanking

This is not necessary anymore and rendering is taken
care of in depthcharge.

BUG=b:35585623
BRANCH=None
TEST=reboot and scroll through menus and make sure that
     rendering is still good.

Change-Id: I078751014c8f84fb2ee403b6895e9dfa58e758d6
Signed-off-by: Shelley Chen <shchen@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/731114
Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
Shelley Chen
2017-10-20 13:00:27 -07:00
committed by chrome-bot
parent befe2e8f2a
commit 2aa3dd0f6d

View File

@@ -874,11 +874,6 @@ VbError_t vb2_developer_menu(struct vb2_context *ctx, VbCommonParams *cparams)
ret = vb2_update_menu(ctx);
vb2_set_disabled_idx_mask(shared->flags);
/*
* Unfortunately, we need the blanking to get rid of
* artifacts from previous menu printing.
*/
VbDisplayScreen(ctx, cparams, VB_SCREEN_BLANK, 0);
vb2_draw_current_screen(ctx, cparams);
/* Probably shutting down */