Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp300/stand/uboot Enable UFS2 support.



details:   https://anonhg.NetBSD.org/src/rev/cc802b67fd02
branches:  trunk
changeset: 372601:cc802b67fd02
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Dec 11 07:41:37 2022 +0000

description:
Enable UFS2 support.

Tested on 425t with HPDisk emulating 7958B using NetBSD 9.3 UFS2 image.

diffstat:

 sys/arch/hp300/stand/uboot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r becf79ccb2b3 -r cc802b67fd02 sys/arch/hp300/stand/uboot/Makefile
--- a/sys/arch/hp300/stand/uboot/Makefile       Sun Dec 11 07:39:30 2022 +0000
+++ b/sys/arch/hp300/stand/uboot/Makefile       Sun Dec 11 07:41:37 2022 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.9 2019/09/23 13:42:36 christos Exp $
+#      $NetBSD: Makefile,v 1.10 2022/12/11 07:41:37 tsutsui Exp $
 
 PROGAOUT=      uboot
 PROGSOURCE=    uboot.c tgets.c
 NEWVERSWHAT=   "Primary Boot"
 
 CPPFLAGS+=     -DSUPPORT_ETHERNET -DSUPPORT_TAPE -DSUPPORT_DISK
+CPPFLAGS+=     -DSUPPORT_UFS2
 
 .include "../Makefile.buildboot"
 



Home | Main Index | Thread Index | Old Index