summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorShaohui Xie <Shaohui.Xie@freescale.com>2013-09-11 14:48:29 +0800
committerYork Sun <yorksun@freescale.com>2013-10-16 16:13:13 -0700
commit262737f05aa94b29d24f21d7eae89756c242df8e (patch)
tree7ef7478502cfc1a2761fa447a4968144b39552ba /Makefile
parent83d925668f4efc9605040f938ea444fe809a844c (diff)
downloadblackbird-obmc-uboot-262737f05aa94b29d24f21d7eae89756c242df8e.tar.gz
blackbird-obmc-uboot-262737f05aa94b29d24f21d7eae89756c242df8e.zip
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc0417914e..2d18d27639 100644
--- a/Makefile
+++ b/Makefile
@@ -398,6 +398,7 @@ ALL-y += $(obj)u-boot.srec $(obj)u-boot.bin $(obj)System.map
ALL-$(CONFIG_NAND_U_BOOT) += $(obj)u-boot-nand.bin
ALL-$(CONFIG_ONENAND_U_BOOT) += $(obj)u-boot-onenand.bin
+ALL-$(CONFIG_RAMBOOT_PBL) += $(obj)u-boot.pbl
ALL-$(CONFIG_SPL) += $(obj)spl/u-boot-spl.bin
ALL-$(CONFIG_SPL_FRAMEWORK) += $(obj)u-boot.img
ALL-$(CONFIG_TPL) += $(obj)tpl/u-boot-tpl.bin
OpenPOWER on IntegriCloud