From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Mon, 16 Jan 2012 15:05:06 +0100 Subject: [U-Boot] [PATCH 1/3] imximage: Add MX53 to the documentation In-Reply-To: References: <1326360512-5569-1-git-send-email-dirk.behme@de.bosch.com> Message-ID: <4F142E92.7050200@de.bosch.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16.01.2012 14:58, Jason Hui wrote: > On Thu, Jan 12, 2012 at 5:28 PM, Dirk Behme wrote: >> i.MX53 is supported, too. Add this to the introduction of the >> documentation. >> >> Signed-off-by: Dirk Behme >> CC: Fabio Estevam >> CC: Stefano Babic >> CC: Jason Liu >> --- >> doc/README.imximage | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/doc/README.imximage b/doc/README.imximage >> index c74239d..c3704a4 100644 >> --- a/doc/README.imximage >> +++ b/doc/README.imximage >> @@ -3,7 +3,7 @@ Imximage Boot Image generation using mkimage >> --------------------------------------------- >> >> This document describes how to set up a U-Boot image >> -that can be booted by Freescale MX25, MX35 and MX51 >> +that can be booted by Freescale MX25, MX35, MX51 and MX53 >> processors via internal boot mode. >> >> These processors can boot directly from NAND, SPI flash and SD card flash > > This change is too trivial. I wonder whether it can be squashed with pach 2/3? Sure, it could. But from logical point of view I've done two patches to separate 1/3: Correct existing stuff 2/3: Add new stuff (mx6) Best regards Dirk