From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 27 Sep 2013 10:54:25 -0700 Subject: [U-Boot] [PATCH] powerpc/tool/pbl: fix pbl image compiling process In-Reply-To: <1378882109-8608-1-git-send-email-shh.xie@gmail.com> References: <1378882109-8608-1-git-send-email-shh.xie@gmail.com> Message-ID: <5245C651.5030701@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 09/10/2013 11:48 PM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > Previous process of compiling a PBL boot image is: > 1: make > 2: make u-boot.pbl > > for example: > make T4240QDS_SDCARD_config > make u-boot.pbl > > Now the process is: > 1: make > > for example: > make T4240QDS_SDCARD > > Also, updated README.pblimage. > > Signed-off-by: Shaohui Xie > --- Applied to u-boot-mpc85xx/next, pending merging to u-boot-mpc85xx/master branch. York