From a3ac0262fa29ce1c4d593ea92b72b6239e2832ea Mon Sep 17 00:00:00 2001 From: rin Date: Mon, 30 Aug 2021 00:12:15 +0000 Subject: [PATCH] Enable FFS_EI and DISKLABEL_EI as this SoC supports both endians now. --- sys/arch/evbarm/conf/MARVELL_NAS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/evbarm/conf/MARVELL_NAS b/sys/arch/evbarm/conf/MARVELL_NAS index 679855f128fa..8a4feb8cbfce 100644 --- a/sys/arch/evbarm/conf/MARVELL_NAS +++ b/sys/arch/evbarm/conf/MARVELL_NAS @@ -1,4 +1,4 @@ -# $NetBSD: MARVELL_NAS,v 1.41 2020/09/27 13:48:50 roy Exp $ +# $NetBSD: MARVELL_NAS,v 1.42 2021/08/30 00:12:15 rin Exp $ # # This configuration supports for generically Marvell NAS. @@ -53,8 +53,8 @@ file-system HFS # experimental - Apple HFS+ (read-only) # File system options options QUOTA # legacy UFS quotas options QUOTA2 # new, in-filesystem UFS quotas -#options DISKLABEL_EI # disklabel Endian Independent support -#options FFS_EI # FFS Endian Independent support +options DISKLABEL_EI # disklabel Endian Independent support +options FFS_EI # FFS Endian Independent support options WAPBL # File system journaling support # Note that UFS_DIRHASH is suspected of causing kernel memory corruption. # It is not recommended for general use.