diff options
-rw-r--r-- | src/lib/selfboot.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c index 61784152dd..832dad5421 100644 --- a/src/lib/selfboot.c +++ b/src/lib/selfboot.c @@ -508,9 +508,6 @@ void *selfload(struct prog *payload) /* Update the payload's area with the bounce buffer information. */ prog_set_area(payload, (void *)(uintptr_t)bounce_buffer, bounce_size); - /* Update the payload's area with the bounce buffer information. */ - prog_set_area(payload, (void *)(uintptr_t)bounce_buffer, bounce_size); - return (void *)entry; out: |