From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Tue, 03 Jun 2008 09:28:27 +0200 Subject: [U-Boot-Users] [PATCH] MPC85xx: Beatify boot output of L2 cache configuration In-Reply-To: <2acbd3e40806022015t685dabf2y8e966f262c58d6e4@mail.gmail.com> References: <1211998349-2117-1-git-send-email-wg@grandegger.com> <1211998349-2117-2-git-send-email-wg@grandegger.com> <2acbd3e40806022015t685dabf2y8e966f262c58d6e4@mail.gmail.com> Message-ID: <4844F29B.5010409@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andy Fleming wrote: > On Wed, May 28, 2008 at 1:12 PM, Wolfgang Grandegger wrote: >> The boot output is now aligned poperly with other boot output >> lines, e.g.: >> >> FLASH: 128 MB >> L2: 512 KB enabled >> >> Signed-off-by: Wolfgang Grandegger > > A silly comment, but let's spell it "Beautify" Of course, I didn't want to beatify this part of the code. New patch will follow. BTW: what is the correct way to send an updated version of a patch. Should the subject be unchanged or is adding "v2" to [PATCH] preferred. Wolfgang.