From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Tue, 4 Dec 2018 15:49:19 +0100 Subject: [U-Boot] [PATCH v2 24/24] mtd: drop CONFIG_MTD_PARTITIONS In-Reply-To: <20181129010509.053b718a@bbrezillon> References: <20181128230800.13292-1-miquel.raynal@bootlin.com> <20181128230800.13292-25-miquel.raynal@bootlin.com> <20181129010509.053b718a@bbrezillon> Message-ID: <20181204154919.2e383eae@xps13> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Boris, Boris Brezillon wrote on Thu, 29 Nov 2018 01:05:09 +0100: > On Thu, 29 Nov 2018 00:08:00 +0100 > Miquel Raynal wrote: >=20 > > There is no point in compiling mtdparts.c only in certain > > circumstances. Whether MTD is needed and it will be built, or MTD is > > not needed and the file will be ignored. =20 >=20 > You're overlooking the image size constraint. Some might want to have > MTD support without partitioning, and we shouldn't force them to pull > this code in if they don't need it. You are right, the size is not negligible. I will drop this commit. Thanks, Miqu=C3=A8l