Chromium Code Reviews| Index: utility/load_kernel_test.c |
| diff --git a/utility/load_kernel_test.c b/utility/load_kernel_test.c |
| index 72c3921cff4045cca718323b2ba107acd73ebfa0..c391c61cdf9df5af086c9fc807af0852e83c35ba 100644 |
| --- a/utility/load_kernel_test.c |
| +++ b/utility/load_kernel_test.c |
| @@ -117,6 +117,7 @@ int main(int argc, char* argv[]) { |
| fprintf(stderr, "Unable to allocate kernel buffer.\n"); |
| return 1; |
| } |
| + lkp.kernel_buffer_size = KERNEL_BUFFER_SIZE; |
|
vb
2010/07/22 16:50:08
how could this ever work before your fix?
|
| /* Need to skip the address check, since we're putting it somewhere on the |
| * heap instead of its actual target address in the firmware. */ |