mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
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:
@@ -12,7 +12,6 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "cgptlib.h"
|
||||
#include "load_kernel_fw.h"
|
||||
|
||||
/* Allocates and reads GPT data from the drive. The sector_bytes and
|
||||
* drive_sectors fields should be filled on input. The primary and
|
||||
@@ -25,7 +24,4 @@ int AllocAndReadGptData(GptData* gptdata);
|
||||
* buffers. */
|
||||
int WriteAndFreeGptData(GptData* gptdata);
|
||||
|
||||
/* Alternate LoadKernel() implementation; see load_kernel_fw.h */
|
||||
int LoadKernel2(LoadKernelParams* params);
|
||||
|
||||
#endif /* VBOOT_REFERENCE_VBOOT_KERNEL_H_ */
|
||||
|
||||
Reference in New Issue
Block a user