Module Name: src
Committed By: jmcneill
Date: Mon Apr 6 22:20:52 UTC 2015
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
initialize resize before pulling in board config
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/distrib/utils/embedded/mkimage
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/embedded/mkimage
diff -u src/distrib/utils/embedded/mkimage:1.55 src/distrib/utils/embedded/mkimage:1.56
--- src/distrib/utils/embedded/mkimage:1.55 Mon Apr 6 20:19:28 2015
+++ src/distrib/utils/embedded/mkimage Mon Apr 6 22:20:52 2015
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mkimage,v 1.55 2015/04/06 20:19:28 jmcneill Exp $
+# $NetBSD: mkimage,v 1.56 2015/04/06 22:20:52 jmcneill Exp $
#
# Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -102,6 +102,8 @@ then
exit 1
fi
+resize=false
+
. "${DIR}/conf/${h}.conf"
release="/usr/obj/${MACHINE}/release"
@@ -109,7 +111,6 @@ selected_sets="$sets"
dsets_p=false
xsets_p=false
minwrites=false
-resize=false
rootdev=ld
OPTIND=1