]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc: mpc85xx: Add device tree support option for PBL boot image
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Tue, 20 Aug 2019 09:35:23 +0000 (09:35 +0000)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Mon, 26 Aug 2019 15:46:28 +0000 (21:16 +0530)
commitcfdf7ad6683484e5f2005a446fa12c27f7f2cac5
tree4430f593fdc158fee9eb6e0b00faec34a40b37a3
parentabc87fd5834c18efab7265a26093ac5c54bddb18
powerpc: mpc85xx: Add device tree support option for PBL boot image

The current Makefile always use u-boot.bin to generate
PBL boot image (u-boot.pbl), this patch changes it to
use u-boot-with-dtb.bin to support device tree when
CONFIG_OF_SEPARATE is enabled.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Makefile