mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
Revert "Implementation of Region API"
This reverts commit 1d3c804b6b.
This patch breaks cbuildbot on internal paladins bots.
Change-Id: Icf7f9d9bbb56b092035888eaa3e249ffd23fac16
(cherry picked from commit 3a60335ebb1530e5fd9d5da3bc6214949bc59caf)
Reviewed-on: https://chromium-review.googlesource.com/167451
Reviewed-by: Yoshiki Iguchi <yoshiki@chromium.org>
Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org>
Tested-by: Yoshiki Iguchi <yoshiki@chromium.org>
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
#include "cgptlib.h"
|
||||
#include "load_firmware_fw.h"
|
||||
#include "load_kernel_fw.h"
|
||||
#include "vboot_api.h"
|
||||
|
||||
/**
|
||||
@@ -33,11 +32,6 @@ int WriteAndFreeGptData(VbExDiskHandle_t disk_handle, GptData *gptdata);
|
||||
*/
|
||||
VbNvContext *VbApiKernelGetVnc(void);
|
||||
|
||||
/**
|
||||
* Exported for unit tests only - frees memory used by VbSelectAndLoadKernel()
|
||||
*/
|
||||
void VbApiKernelFree(VbCommonParams *cparams);
|
||||
|
||||
/**
|
||||
* Try to load a kernel.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user