]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: setup: drop early FDT pointer helpers
authorArd Biesheuvel <ardb@kernel.org>
Fri, 24 Jun 2022 15:06:51 +0000 (17:06 +0200)
committerWill Deacon <will@kernel.org>
Fri, 24 Jun 2022 16:18:11 +0000 (17:18 +0100)
commitd3d2e2c882a16f9b5dab338540a7a5c8077ae80e
tree1d96973cb789061baba7935135ae8466b6e5a351
parent30b375a0582f5f95de6f4b26ee603d55ca4798ff
arm64: setup: drop early FDT pointer helpers

We no longer need to call into the kernel to map the FDT before calling
into the kernel so let's drop the helpers we added for this.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20220624150651.1358849-22-ardb@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/setup.h
arch/arm64/kernel/head.S
arch/arm64/kernel/setup.c