aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-11-21 19:32:56 +0100
committerHelge Deller <deller@gmx.de>2023-11-21 19:32:56 +0100
commit4c6ecda618f2066707f50c53f31419244fd7f77a (patch)
tree80bcef4e2f02bfdfa7f8c66876436729ccb810b4
parentbe021c7fca92ebd95bbbd6da95eb3103d51c3268 (diff)
downloadseabios-hppa-4c6ecda618f2066707f50c53f31419244fd7f77a.zip
seabios-hppa-4c6ecda618f2066707f50c53f31419244fd7f77a.tar.gz
seabios-hppa-4c6ecda618f2066707f50c53f31419244fd7f77a.tar.bz2
parisc: SEABIOS_HPPA_VERSION 13seabios-hppa-v13
Fixes and enhancements: - Fix system reboot Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--src/parisc/hppa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parisc/hppa.h b/src/parisc/hppa.h
index 161359c..99e2ba5 100644
--- a/src/parisc/hppa.h
+++ b/src/parisc/hppa.h
@@ -3,8 +3,8 @@
/* this file is included by x86.h */
/* version number of this SeaBIOS firmware */
-#define SEABIOS_HPPA_VERSION 12
-#define SEABIOS_HPPA_VERSION_STR "12"
+#define SEABIOS_HPPA_VERSION 13
+#define SEABIOS_HPPA_VERSION_STR "13"
#include "parisc/hppa_hardware.h"