diff options
| author | Tom Rini <[email protected]> | 2026-06-15 11:04:48 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-15 11:04:48 -0600 |
| commit | a0a1e9f2f1dffed04ee52723ce957c07bb905c25 (patch) | |
| tree | e370b8426329c79a33ec22f29d2d639dbcd5ec05 /test/boot/Makefile | |
| parent | 7c290d20cd8a9f3ae1700a0707c774e9b83f7f27 (diff) | |
| parent | 48412f8f2962e27abe3b9a4a73221cebbfd73333 (diff) | |
Merge patch series "various memory related fixups"
[email protected] <[email protected]> says:
From: Randolph Sapp <[email protected]>
Nitpicks and fixes from the discovery thread on adding PocketBeagle2 support
[1]. This does a lot of general setup required for the device, but these
modifications themselves aren't device specific. For those specifically
interested in PocketBeagle2 support and don't care about these details, my
development branch is public [2].
That first patch may provoke some opinions, but honestly if that warning was
still present I wouldn't have spent a week poking holes in both the EFI and LMB
allocations systems. Please let me know if there is a specific usecase that it
breaks though.
[1] https://lore.kernel.org/all/[email protected]/
[2] https://github.com/StaticRocket/u-boot/tree/feature/pocketbeagle2
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'test/boot/Makefile')
| -rw-r--r-- | test/boot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/boot/Makefile b/test/boot/Makefile index d98f212b243..e6aa0ab7d3e 100644 --- a/test/boot/Makefile +++ b/test/boot/Makefile @@ -14,6 +14,9 @@ endif ifdef CONFIG_SANDBOX obj-$(CONFIG_$(PHASE_)CMDLINE) += bootm.o +ifdef CONFIG_UT_DM +obj-$(CONFIG_$(PHASE_)OF_LIBFDT) += image_fdt.o +endif endif obj-$(CONFIG_$(PHASE_)FIT_VERITY) += fit_verity.o obj-$(CONFIG_MEASURED_BOOT) += measurement.o |
