Module Name:    src
Committed By:   christos
Date:           Mon Dec 23 19:28:04 UTC 2019

Modified Files:
        src/sys/arch/ews4800mips/stand/boot: Makefile

Log Message:
Bump size.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/ews4800mips/stand/boot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ews4800mips/stand/boot/Makefile
diff -u src/sys/arch/ews4800mips/stand/boot/Makefile:1.23 src/sys/arch/ews4800mips/stand/boot/Makefile:1.24
--- src/sys/arch/ews4800mips/stand/boot/Makefile:1.23	Tue Jan  1 14:41:04 2019
+++ src/sys/arch/ews4800mips/stand/boot/Makefile	Mon Dec 23 14:28:04 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.23 2019/01/01 19:41:04 christos Exp $
+#	$NetBSD: Makefile,v 1.24 2019/12/23 19:28:04 christos Exp $
 
 WARNS		?= 1
 NOMAN		=
@@ -38,7 +38,7 @@ SRCS		+= boot_device.c floppy_2d.c flopp
 #SRCS		+= floppy_2hc.c
 SRCS		+= console.c cons_rom.c cons_fb.c cons_zskbd.c cons_zs.c
 BINKERNEL_C	= ${COMMON}/binkernel.c
-BINKERNEL_SIZE	= '2 * 1024 * 1024 + 32 * 1024'
+BINKERNEL_SIZE	= 2143232	# '2 * 1024 * 1024 + 45 * 1024'
 BINKERNEL_O	= binkernel.o
 BINKERNEL_DUMMY_O= binkernel_dummy.o
 

Reply via email to