]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "arm: mediatek: clean up some redundant board init"
authorTom Rini <trini@konsulko.com>
Wed, 18 Feb 2026 17:57:24 +0000 (11:57 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Feb 2026 17:57:24 +0000 (11:57 -0600)
David Lechner <dlechner@baylibre.com> says:

Before adding more targets, we take a moment to clean up some some
redundant code in existing Mediatek SoC support.

The first three patches are removing no-op functions. The last patch
generalizes the mem_map code so that it can be shared between all
Mediatek ARMv8 SoCs.

Link: https://lore.kernel.org/r/20260209-mtk-mach-clean-up-duplicates-v2-0-e3b22282c74d@baylibre.com

Trivial merge