diff options
author | cheloha <cheloha@cvs.openbsd.org> | 2019-09-04 14:29:43 +0000 |
---|---|---|
committer | cheloha <cheloha@cvs.openbsd.org> | 2019-09-04 14:29:43 +0000 |
commit | d19c4b188f7a7219434e44790ed652224571d772 (patch) | |
tree | 32fb2fe4355e3b693e318a4f5950fe2d41a35960 /sys/arch/armv7 | |
parent | 6681649a730f668723a286f0514f80fe509c785f (diff) |
Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 14ed394c5dd..05067ae11ea 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.109 2019/08/11 14:46:18 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.110 2019/09/04 14:29:41 cheloha Exp $ machine armv7 arm @@ -7,8 +7,6 @@ makeoptions KERNEL_BASE_VIRT="0xc0300000" maxusers 4 # estimated number of users option CPU_ARMv7 # Support the ARMv7 -option TIMEZONE=0 -option DST=0 option SMALL_KERNEL option NO_PROPOLICE option BOOT_CONFIG |