From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Tue, 2 Sep 2014 11:08:39 -0300 Subject: [U-Boot] [PATCH 2/5] iMX6Q:SABREAUTO: Rename the imximage.cfg to mx6q.cfg In-Reply-To: <1409638316-22012-2-git-send-email-B37916@freescale.com> References: <1409638316-22012-1-git-send-email-B37916@freescale.com> <1409638316-22012-2-git-send-email-B37916@freescale.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Sep 2, 2014 at 3:11 AM, Ye.Li wrote: > Rename the imximage.cfg to mx6q.cfg. > No function change at all > > Signed-off-by: Ye.Li > --- > board/freescale/mx6qsabreauto/imximage.cfg | 129 ---------------------------- > board/freescale/mx6qsabreauto/mx6q.cfg | 129 ++++++++++++++++++++++++++++ It would be better to use git format -M so that git can detect the file rename.