diff options
| author | Tom Rini <[email protected]> | 2022-03-03 08:24:13 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-03 08:24:13 -0500 |
| commit | 705b5840cde496e30dde386f980737a3beaa52e5 (patch) | |
| tree | 76ba8bb47cadaf79fc8bbf76da7e9496010d5987 /Makefile | |
| parent | f64aac4a69007771963eaa52a86e733071f9fdd4 (diff) | |
| parent | 2058967d2fe8f93142d774bc47241d80894027d5 (diff) | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Update and fixes for sl28, lx2, pblimage generation for some powerpc
products
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1411,7 +1411,7 @@ MKIMAGEFLAGS_u-boot-spl.kwb = -n $(KWD_CONFIG_FILE) \ $(if $(KEYDIR),-k $(KEYDIR)) MKIMAGEFLAGS_u-boot.pbl = -n $(srctree)/$(CONFIG_SYS_FSL_PBL_RCW:"%"=%) \ - -R $(srctree)/$(CONFIG_SYS_FSL_PBL_PBI:"%"=%) -T pblimage + -R $(srctree)/$(CONFIG_SYS_FSL_PBL_PBI:"%"=%) -A $(ARCH) -T pblimage ifeq ($(CONFIG_MPC85xx)$(CONFIG_OF_SEPARATE),yy) UBOOT_BIN := u-boot-with-dtb.bin |
