mips: octeon: cpu.c: Move bootmem init to arch_early_init_r()
authorStefan Roese <sr@denx.de>
Thu, 7 Apr 2022 07:11:46 +0000 (09:11 +0200)
committerStefan Roese <sr@denx.de>
Wed, 4 May 2022 01:38:21 +0000 (03:38 +0200)
commit787e0d7d12e731829a699063374e7d896dc1c481
tree306c6254626788f90f167244418164d65ace71bd
parent6c71b10729ddab067e869f8fa5300a6bd88e9d10
mips: octeon: cpu.c: Move bootmem init to arch_early_init_r()

Call octeon_bootmem_init() earlier in the boot process, so that this
bootmemory infrastructure is already initialized when e.g. the
networking support gets probed.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/mips/Kconfig
arch/mips/mach-octeon/cpu.c