From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 26 Apr 2021 08:35:28 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lauq8-0002kp-Cy for lore@lore.pengutronix.de; Mon, 26 Apr 2021 08:35:28 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lauq7-00027r-RJ; Mon, 26 Apr 2021 08:35:27 +0200 Received: from pty.hi.pengutronix.de ([2001:67c:670:100:1d::c5]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lauq6-00027X-V1; Mon, 26 Apr 2021 08:35:26 +0200 Received: from rsc by pty.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1lauq6-0004xP-LA; Mon, 26 Apr 2021 08:35:26 +0200 Date: Mon, 26 Apr 2021 08:35:26 +0200 From: Robert Schwebel To: Roland Hieber Message-ID: <20210426063526.mun7ad7e7fpxkxf5@pengutronix.de> References: <20210426060526.32029-1-rhi@pengutronix.de> <20210426060526.32029-2-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210426060526.32029-2-rhi@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 08:35:06 up 144 days, 20:41, 46 users, load average: 0,00, 0,03, 0,00 User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [DistroKit] [PATCH 2/5] v7a: images: remove redundant size specifications X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Mon, Apr 26, 2021 at 08:05:23AM +0200, Roland Hieber wrote: > For partitions that are filled by another image, it does not make sense > to make partitions larger or smaller than their containing file system. > In those cases, genimage can already determine the partition sizes from > the referenced images, and calculates the partition offsets accordingly, > so in most cases we don't have to keep track of the sizes at all. > > (A special case is vexpress.hdimg, which needs to have an empty block at > the end as a workaround for qemu, in which case it is clearer to have > all partition sizes and offsets explicitely in the config file. So don't > touch vexpress.hdimg here.) > > Signed-off-by: Roland Hieber > --- > configs/platform-v7a/config/images/at91-sd.config | 2 -- > configs/platform-v7a/config/images/beaglebone.config | 2 -- > configs/platform-v7a/config/images/gf.config | 2 -- > configs/platform-v7a/config/images/riotboard.config | 1 - > configs/platform-v7a/config/images/rpi2.config | 2 -- > configs/platform-v7a/config/images/rpi3.config | 2 -- > configs/platform-v7a/config/images/rpicm3.config | 2 -- > configs/platform-v7a/config/images/sabrelite.config | 1 - > configs/platform-v7a/config/images/stm32mp.config | 1 - > configs/platform-v7a/config/images/udoo-neo.config | 1 - > 10 files changed, 16 deletions(-) Applied to next. rsc -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 | _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de