Skip to content
Commit 4c235cb9 authored by Ben Peddell's avatar Ben Peddell Committed by Russell King
Browse files

ARM: 7941/2: Fix incorrect FDT initrd parameter override

Commit 65939301 (arm: set initrd_start/initrd_end for fdt scan)
caused the FDT initrd_start and initrd_end to override the
phys_initrd_start and phys_initrd_size set by the initrd= kernel
parameter.  With this patch initrd_start and initrd_end will be
overridden if phys_initrd_start and phys_initrd_size are set by the
kernel initrd= parameter.

Fixes: 65939301

 (arm: set initrd_start/initrd_end for fdt scan)

Signed-off-by: default avatarBen Peddell <klightspeed@killerwolves.net>
Acked-by: default avatarJason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 2ab4e8c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment