]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/tool/pbl: fix pbl image compiling process
authorShaohui Xie <Shaohui.Xie@freescale.com>
Wed, 11 Sep 2013 06:48:29 +0000 (14:48 +0800)
committerYork Sun <yorksun@freescale.com>
Wed, 16 Oct 2013 23:13:13 +0000 (16:13 -0700)
commit262737f05aa94b29d24f21d7eae89756c242df8e
tree7ef7478502cfc1a2761fa447a4968144b39552ba
parent83d925668f4efc9605040f938ea444fe809a844c
powerpc/tool/pbl: fix pbl image compiling process

Previous process of compiling a PBL boot image is:
1: make <board_name_config>
2: make u-boot.pbl

for example:
make T4240QDS_SDCARD_config
make u-boot.pbl

Now the process is:
1: make <board_name>

for example:
make T4240QDS_SDCARD

Also, updated README.pblimage.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Makefile
doc/README.pblimage