[GIT PULL] ep93xx fix for 7.2
Alexander Sverdlin <[email protected]>
| Newsgroups | dev.linux.lists.soc |
|---|---|
| Message-ID | <[email protected]> |
Dear SoC maintainers, Please pull the following small ep93xx cleanup for 7.2: The following changes since commit 8bb9429a291964ca7a2244f48a34e02bb862c95d: soc: document merges (2026-05-08 15:36:35 +0200) are available in the Git repository at: ssh://[email protected]/pub/scm/linux/kernel/git/asv/linux.git tags/ep93xx-20260514 for you to fetch changes up to 042ea20618bccbe6d80234fa632c7b5803a4a841: arm: boot: ep93xx: don't rely on machine_is_*() for removed board files (2026-05-14 15:16:01 +0200) ---------------------------------------------------------------- The patch removes the dependency on <asm/mach-types.h> in the decompressor for EP93xx-based boards that no longer have legacy board files. This is a preparatory step for cleaning up a large number of stale entries in mach-types. Link: https://lore.kernel.org/all/[email protected]/ ---------------------------------------------------------------- Ethan Nelson-Moore (1): arm: boot: ep93xx: don't rely on machine_is_*() for removed board files arch/arm/boot/compressed/misc-ep93xx.h | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) --