On Mon, Nov 05, 2018 at 02:54:29PM -0800, Florian Fainelli wrote: > ARM64 is the only architecture that re-defines > __early_init_dt_declare_initrd() in order for that function to populate > initrd_start/initrd_end with physical addresses instead of virtual > addresses. Instead of having an override we can leverage > drivers/of/fdt.c populating phys_initrd_start/phys_initrd_size to > populate those variables for us. > > Signed-off-by: Florian Fainelli <f.faine...@gmail.com> > --- > arch/arm64/mm/init.c | 20 ++++++++------------ > 1 file changed, 8 insertions(+), 12 deletions(-)
Looks ok to me: Acked-by: Will Deacon <will.dea...@arm.com> Will