From 85685ed75ef123cc8c078a22201df1cffca5b9a9 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Fri, 2 Feb 2024 20:57:00 +0100 Subject: parisc: Disable debug info Signed-off-by: Helge Deller --- src/parisc/parisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c index d1021e5..f89be6a 100644 --- a/src/parisc/parisc.c +++ b/src/parisc/parisc.c @@ -3209,7 +3209,7 @@ void __VISIBLE start_parisc_firmware(void) add_index_all_devices(); /* Show list of HPA devices which are still returned by firmware. */ - if (1) { + if (0) { hppa_device_t *dev; unsigned long hpa; for (i=0; parisc_devices[i].hpa; i++) { -- cgit v1.1