diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-07-11 19:45:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-07-11 19:45:03 +0000 |
commit | c458eaf352f4d6ba59232cbdae20bd2e2e1c7691 (patch) | |
tree | 96cce2a103960fc4380c2b0c6ca3a1765641711a /sys/arch/amd64/stand/boot/conf.c | |
parent | a09cd2d324473ece9f79a0b4bdc7a0178d2e0749 (diff) |
Switch bootloaders to the extended BOOTARG_CONSDEV struct.
Make the EFI bootloader provide the extra parameters that are necessary
for using the non-standard UART on the AMD Ryzen Embedded V1000 SoCs.
ok anton@
Diffstat (limited to 'sys/arch/amd64/stand/boot/conf.c')
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index a40bd230fb2..543d9b404ed 100644 --- a/sys/arch/amd64/stand/boot/conf.c +++ b/sys/arch/amd64/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.53 2020/12/09 18:10:17 krw Exp $ */ +/* $OpenBSD: conf.c,v 1.54 2022/07/11 19:45:02 kettenis Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,7 +41,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.53"; +const char version[] = "3.54"; int debug = 1; |