commit | 59735ef8fceb6bf27ffa00190a338a40e49f9ddb | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Apr 07 09:11:46 2022 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed May 04 03:38:21 2022 +0200 |
tree | 306c6254626788f90f167244418164d65ace71bd | |
parent | 4d7ecde9cc0ddbb28d34a43bda05e3139cf7e392 [diff] |
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>