From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Mar 2014 08:56:40 -0800 Subject: [U-Boot] [PATCH] powerpc/t2080rdb: Add T2080PCIe-RDB board support In-Reply-To: <6ffc0af3cc5440db8a026a3a46117763@DM2PR03MB398.namprd03.prod.outlook.com> References: <1393582899-30387-1-git-send-email-Shengzhou.Liu@freescale.com> <5310BDD7.9050906@freescale.com> <6ffc0af3cc5440db8a026a3a46117763@DM2PR03MB398.namprd03.prod.outlook.com> Message-ID: <5314B448.7000402@freescale.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 03/03/2014 12:41 AM, Liu Shengzhou-B36685 wrote: >> -----Original Message----- >> From: Sun York-R58495 >> Sent: Saturday, March 01, 2014 12:48 AM >> To: Liu Shengzhou-B36685; u-boot at lists.denx.de >> Subject: Re: [PATCH] powerpc/t2080rdb: Add T2080PCIe-RDB board support >> >> On 02/28/2014 02:21 AM, Shengzhou Liu wrote: >>> >>> >> Shengzhou, >> >> I have said with your T2081QDS patch >> >> " >> Next time, please format the patch with this command >> >> git format-patch -M -C --find-copies-harder " >> >> I believe you didn't create these files from scratch. By using the proper >> command, you will format the patch to identify copies and moves. The >> change set will be smaller and easier to review. >> >> York > > At first, I used the patch generated by 'git format-patch -M -C --find-copies-harder', but found > it can't directly apply to u-boot-mpc85xx base tree with conflictions, so I removed '-M -C --find-copies-harder' > option, then it can directly apply to u-boot-mpc85xx tree without conflictions. > That's strange. I just did exactly the same and I can apply the patch cleanly. York