summaryrefslogtreecommitdiff
path: root/utility/load_kernel_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility/load_kernel_test.c')
-rw-r--r--utility/load_kernel_test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/utility/load_kernel_test.c b/utility/load_kernel_test.c
index c36c3357..f5585c38 100644
--- a/utility/load_kernel_test.c
+++ b/utility/load_kernel_test.c
@@ -190,10 +190,6 @@ int main(int argc, char* argv[]) {
/* Free the key blob, now that we're done with it */
free(key_blob);
- /* Needs to skip the address check, since we're putting it somewhere on the
- * heap instead of its actual target address in the firmware. */
- lkp.boot_flags |= BOOT_FLAG_SKIP_ADDR_CHECK;
-
printf("bootflags = %" PRIu64 "\n", lkp.boot_flags);
/* Get image size */