From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 6 Jan 2012 20:01:32 +0100 Subject: [U-Boot] Parameter restriction in mxsboot tool In-Reply-To: <5D15C182-B0EE-431B-A462-467705CFDC1D@Delien.nl> References: <5D15C182-B0EE-431B-A462-467705CFDC1D@Delien.nl> Message-ID: <201201062001.32898.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Hi, > > Currently, the mxsboot tool checks all parsed options for being an even > number, including the partition sector for SD/MMC devices. I don't believe > such a restriction exists; I've been (unintentionally) using an odd > sectored part ion for some time now. > > Shall I change it? If yes; any objections against using 'getopt' to figure > out the parsed options? > > Cheers, > > Robert. Patch is always welcome. M