mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
This driver implements timer_get_boot_us() which is global namespace and can conflict with other implementations of the function for example in "allyesconfig". Start by limiting this driver to platforms which use it. Signed-off-by: Tom Rini <trini@konsulko.com> Link: https://lore.kernel.org/r/20250926153146.3680952-1-trini@konsulko.com Signed-off-by: Michal Simek <michal.simek@amd.com>