Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbarm/installimage Make room for debug sets



details:   https://anonhg.NetBSD.org/src/rev/314d334e8c6c
branches:  trunk
changeset: 933750:314d334e8c6c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat May 30 12:36:37 2020 +0000

description:
Make room for debug sets

diffstat:

 distrib/evbarm/installimage/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 93442107cf99 -r 314d334e8c6c distrib/evbarm/installimage/Makefile
--- a/distrib/evbarm/installimage/Makefile      Sat May 30 10:43:46 2020 +0000
+++ b/distrib/evbarm/installimage/Makefile      Sat May 30 12:36:37 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.2 2020/05/28 19:20:57 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.3 2020/05/30 12:36:37 jmcneill Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-${MACHINE_ARCH}-install    # gives ${IMGBASE}.img
 
-INSTIMAGEMB?=  750                     # for all installation binaries
+INSTIMAGEMB?=  1550                    # for all installation binaries
 
 .if ${MACHINE_ARCH} == "aarch64"
 EFIBOOT=               ${WORKDIR}/usr/mdec/bootaa64.efi



Home | Main Index | Thread Index | Old Index