From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 9 Oct 2014 00:10:10 +0200 Subject: [U-Boot] [PATCH] ARM: mxs: tools: Add support for verbose and silent boot progress flags In-Reply-To: <1412801378-9032-1-git-send-email-lexszero@gmail.com> References: <1412801378-9032-1-git-send-email-lexszero@gmail.com> Message-ID: <201410090010.10999.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, October 08, 2014 at 10:49:38 PM, Alexey Ignatov wrote: > mkimage -T mxs now support new flags in config file: > NODISPLAYPROGRESS - makes boot silent Please make this the other way -- that is, add flag to make the display not- silent. What does this mean anyway? > VERBOSEPROGRESS - makes boot progress display more verbose And how is the above different from this new flag? Please document those flags in doc/README.mxsimage too. The code looks mostly OK, thanks ! Best regards, Marek Vasut