Re: [U-Boot] [PATCH] powerpc/tool/pbl: fix pbl image compiling process

2013-09-27 Thread York Sun
On 09/10/2013 11:48 PM, shh@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_SDCAR

Re: [U-Boot] [PATCH] powerpc/tool/pbl: fix pbl image compiling process

2013-09-23 Thread York Sun
On 09/10/2013 11:48 PM, shh@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_SDCAR

[U-Boot] [PATCH] powerpc/tool/pbl: fix pbl image compiling process

2013-09-11 Thread shh.xie
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 --- Makefile