[PATCH 1/2] ARM: k3: move am62x specific bits out of common file
Sascha Hauer
s.hauer at pengutronix.de
Fri Sep 12 00:44:51 PDT 2025
On Wed, 10 Sep 2025 08:18:23 +0200, Sascha Hauer wrote:
> k3_boot_is_emmc() is called from common.c, but is really am62x specific
> and only compiled in when am62x support is enabled. With this compiling
> for am62lx only fails with an undefined reference to k3_boot_is_emmc().
>
> Move the am62x specific files out of common.c: Move the initcall to
> am62x.c and call omap_env_init() (renamed to k3_env_init()) from there
> after checking the prerequisites. Also rename k3_boot_is_emmc() to
> am62x_boot_is_emmc().
>
> [...]
Applied, thanks!
[1/2] ARM: k3: move am62x specific bits out of common file
https://git.pengutronix.de/cgit/barebox/commit/?id=e4c44ae04f15 (link may not be stable)
[2/2] ARM: k3: add FAT environment support
https://git.pengutronix.de/cgit/barebox/commit/?id=3976e807b8d4 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer at pengutronix.de>
More information about the barebox
mailing list