From 99e4dfe53a57c8057929cd7de6825f7dc2e8e878 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Mon, 20 Dec 2021 22:22:50 +1000 Subject: hwprobe: convert vas_init(), nx_init() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Convert VAS and NX to use the hwprobe facility for init. Reviewed-by: Dan Horák [npiggin: remove imc_init because it moved later in boot (fbcbd4e47c)] Signed-off-by: Stewart Smith Signed-off-by: Cédric Le Goater --- core/init.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core') diff --git a/core/init.c b/core/init.c index deead5e..b4d3351 100644 --- a/core/init.c +++ b/core/init.c @@ -1356,12 +1356,6 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt) /* Catalog decompression routine */ imc_decompress_catalog(); - /* Virtual Accelerator Switchboard */ - vas_init(); - - /* NX init */ - nx_init(); - /* Probe all HWPROBE hardware we have code linked for */ probe_hardware(); -- cgit v1.1