From: Kay Sievers Date: Thu, 5 Jul 2012 07:23:39 +0000 (+0200) Subject: LoaderTicksStartImage -> LoaderTicksExec X-Git-Tag: 3~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2e3dd2dd988fe4ccbfa7e22fb570db93ff009af;p=platform%2Fupstream%2Fgummiboot.git LoaderTicksStartImage -> LoaderTicksExec --- diff --git a/gummiboot.c b/gummiboot.c index fa5eb5e..60d7d23 100644 --- a/gummiboot.c +++ b/gummiboot.c @@ -1234,7 +1234,7 @@ static EFI_STATUS image_start(EFI_HANDLE parent_image, EFI_LOADED_IMAGE *parent_ loaded_image->LoadOptionsSize = (StrLen(loaded_image->LoadOptions)+1) * sizeof(CHAR16); } - efivar_set_ticks(L"LoaderTicksStartImage", 0); + efivar_set_ticks(L"LoaderTicksExec", 0); err = uefi_call_wrapper(BS->StartImage, 3, image, NULL, NULL); out_unload: uefi_call_wrapper(BS->UnloadImage, 1, image);