mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 18:25:10 +00:00
Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"
This reverts commit 5040a945df.
This patch breaks booting any image (both fixed and
removable) on Veyron_Pinky (and presumably every other
non-NAND board?). By the power vested in me through the
office of ChromeOS tree sheriff (well, five hours early
but whatever) it is hereby reverted!
BUG=chromium:425677
BRANCH=none
TEST=Can successfully boot on Veyron_Pinky again.
Change-Id: I9323a3d5e34491337fc7eb09dd00d845ac42997d
Reviewed-on: https://chromium-review.googlesource.com/229963
Reviewed-by: Julius Werner <jwerner@chromium.org>
Commit-Queue: Julius Werner <jwerner@chromium.org>
Tested-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
5040a945df
commit
79a9e0e63f
@@ -42,10 +42,6 @@ typedef struct LoadKernelParams {
|
||||
uint64_t bytes_per_lba;
|
||||
/* Last addressable lba sector on current device */
|
||||
uint64_t ending_lba;
|
||||
/* Random-access GPT size */
|
||||
uint64_t gpt_lba_count;
|
||||
/* External GPT */
|
||||
uint8_t external_gpt; /* 1 = external, 0 = internal */
|
||||
/* Destination buffer for kernel (normally at 0x100000) */
|
||||
void *kernel_buffer;
|
||||
/* Size of kernel buffer in bytes */
|
||||
|
||||
Reference in New Issue
Block a user