Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/embedded/conf Align partitions to 64MB for the...
details: https://anonhg.NetBSD.org/src/rev/57468c37dd94
branches: trunk
changeset: 339630:57468c37dd94
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Aug 01 10:04:06 2015 +0000
description:
Align partitions to 64MB for the benefit of SD cards > 32GB
diffstat:
distrib/utils/embedded/conf/evbarm.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8d09afb09a09 -r 57468c37dd94 distrib/utils/embedded/conf/evbarm.conf
--- a/distrib/utils/embedded/conf/evbarm.conf Fri Jul 31 23:07:14 2015 +0000
+++ b/distrib/utils/embedded/conf/evbarm.conf Sat Aug 01 10:04:06 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: evbarm.conf,v 1.22 2015/04/06 22:44:46 jmcneill Exp $
+# $NetBSD: evbarm.conf,v 1.23 2015/08/01 10:04:06 jmcneill Exp $
# evbarm shared config
#
image=$HOME/${board}.img
@@ -7,7 +7,7 @@
swap=256
extra=48 # spare space
-boot=112
+boot=120
init=8
ffsoffset=$(( (${init} + ${boot} + ${swap}) / 2 ))m
Home |
Main Index |
Thread Index |
Old Index