diff options
author | Helge Deller <deller@gmx.de> | 2024-02-02 20:57:00 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-02-06 22:47:50 +0100 |
commit | 85685ed75ef123cc8c078a22201df1cffca5b9a9 (patch) | |
tree | 56e58670232a52d5743dfa6f4f6acba3b5e8bf87 | |
parent | ce6e0d3e7720227885bfbe618f8ace7b0177615f (diff) | |
download | seabios-hppa-85685ed75ef123cc8c078a22201df1cffca5b9a9.zip seabios-hppa-85685ed75ef123cc8c078a22201df1cffca5b9a9.tar.gz seabios-hppa-85685ed75ef123cc8c078a22201df1cffca5b9a9.tar.bz2 |
parisc: Disable debug info
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r-- | src/parisc/parisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |