Move old vkernel code out of vboot_firmware.

It will go away entirely once the build has moved to vboot_kernel.

Review URL: http://codereview.chromium.org/2866006
This commit is contained in:
Randall Spangler
2010-06-16 12:51:26 -07:00
parent 2a0155663e
commit bd529f05dd
14 changed files with 28 additions and 190 deletions

View File

@@ -106,7 +106,7 @@ int WriteAndFreeGptData(GptData* gptdata) {
}
int LoadKernel2(LoadKernelParams* params) {
int LoadKernel(LoadKernelParams* params) {
VbPublicKey* kernel_subkey = (VbPublicKey*)params->header_sign_key_blob;