commit | 369bc9abf22bf026e8645a4dd746b90649a2f6ee | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Feb 16 13:52:33 2016 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Feb 18 18:15:39 2016 +0000 |
tree | 26599512eae7696288b8b6fb31f9e77d65039593 | |
parent | 270522a04f7a9911983878fa37da467f9ff1c938 [diff] |
of/fdt: factor out assignment of initrd_start/initrd_end Since architectures may not yet have their linear mapping up and running when the initrd address is discovered from the DT, factor out the assignment of initrd_start and initrd_end, so that an architecture can override it and use the translation it needs. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>