In message: [linux-yocto][linux-yocto v6.6/standard/ti-sdk-6.6/ti-soc & 
v6.6/standard/preempt-rt/ti-sdk-6.6/ti-soc][PATCH]  net: ethernet: ti: select 
PAGE_POOL for TI K3 CPSW Ethernet driver
on 04/09/2024 Xulin Sun wrote:

> To fix below dependency issue:
>  aarch64-oe-linux-ld.bfd: Unexpected GOT/PLT entries detected!
>  aarch64-oe-linux-ld.bfd: Unexpected run-time procedure linkages detected!
>  aarch64-oe-linux-ld.bfd: drivers/net/ethernet/ti/am65-cpsw-nuss.o: in 
> function `am65_cpsw_nuss_rx_poll':
>  am65-cpsw-nuss.c:(.text+0x5108): undefined reference to 
> `page_pool_alloc_pages'
>  aarch64-oe-linux-ld.bfd: drivers/net/ethernet/ti/am65-cpsw-nuss.o: in 
> function `am65_cpsw_nuss_ndo_slave_open':
>  am65-cpsw-nuss.c:(.text+0x5998): undefined reference to `page_pool_create'
>  aarch64-oe-linux-ld.bfd: am65-cpsw-nuss.c:(.text+0x5c38): undefined 
> reference to `page_pool_alloc_pages'
> 
> Signed-off-by: Xulin Sun <xulin....@windriver.com>
> ---

merged.

Bruce

>  drivers/net/ethernet/ti/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig
> index ef35caa520a5..178cb9a893f8 100644
> --- a/drivers/net/ethernet/ti/Kconfig
> +++ b/drivers/net/ethernet/ti/Kconfig
> @@ -114,6 +114,7 @@ config TI_K3_AM65_CPSW_NUSS
>       select TI_DAVINCI_MDIO
>       select PHYLINK
>       select TI_K3_CPPI_DESC_POOL
> +     select PAGE_POOL
>       imply PHY_TI_GMII_SEL
>       depends on TI_K3_AM65_CPTS || !TI_K3_AM65_CPTS
>       help
> -- 
> 2.34.1
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14363): 
https://lists.yoctoproject.org/g/linux-yocto/message/14363
Mute This Topic: https://lists.yoctoproject.org/mt/108261514/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to