diff options
| author | Tom Rini <trini@konsulko.com> | 2024-10-18 09:05:04 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-10-18 09:05:04 -0600 |
| commit | 8ab2178de069194d2eed8fe1b90db7e12cf032bb (patch) | |
| tree | 9908820332b9a4bf855f7dd661abae410c69dcb2 /scripts | |
| parent | f8fe853a8de7523685e1322d6131366ebf2e5e7f (diff) | |
| parent | 9b1cecdd9b6eaf22c4fa268430669ceff0c48786 (diff) | |
Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/22796
- Switch to using upstream DT on DH i.MX8MP DHCOM PDK2/PDK3.
- Add ability to build fallback DTBOs from arch/$(ARCH)/dts.
- Remove fdt_high and initrd_high env variables from imx6-dhcom.
- Add dummy clk for imx8.
- Fix DT corruption in imx8_cpu.
- Improve DDR stability on pico-imx7d.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/Makefile.dts b/scripts/Makefile.dts index 994098c2db9..685e3371bc6 100644 --- a/scripts/Makefile.dts +++ b/scripts/Makefile.dts @@ -22,4 +22,10 @@ PHONY += dtbs dtbs: $(addprefix $(obj)/, $(dtb-y)) @: +ifneq ($(CONFIG_OF_UPSTREAM_INCLUDE_LOCAL_FALLBACK_DTBOS),) +PHONY += dtbos +dtbos: $(addprefix $(obj)/, $(filter-out %.dtb,$(dtb-y))) + @: +endif + clean-files := *.dtb *.dtbo */*.dtb */*.dtbo *_HS |
