merged.

Bruce

In message: [linux-yocto][yocto-kernel-cache][yocto-6.6][PATCH] ti-j7xxx: 
change the page size to 4KB
on 09/09/2024 Xulin Sun wrote:

> Align to TI SDK to set CONFIG_ARM64_4K_PAGES=y instead of
> CONFIG_ARM64_64K_PAGES, this will also fix the below output
> issue when the system boots up:
>   am65-cpsw-nuss 46000000.ethernet: swiotlb buffer is full (sz: 65536 bytes), 
> total 32768 (slots), used 32768 (slots)
>   am65-cpsw-nuss 46000000.ethernet: swiotlb buffer is full (sz: 65536 bytes), 
> total 32768 (slots), used 32768 (slots)
> 
> Signed-off-by: Xulin Sun <xulin....@windriver.com>
> ---
>  bsp/ti-j7xxx/ti-j7xxx.cfg | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bsp/ti-j7xxx/ti-j7xxx.cfg b/bsp/ti-j7xxx/ti-j7xxx.cfg
> index 64dc9038..85f48c9e 100755
> --- a/bsp/ti-j7xxx/ti-j7xxx.cfg
> +++ b/bsp/ti-j7xxx/ti-j7xxx.cfg
> @@ -26,7 +26,7 @@ CONFIG_CMA=y
>  CONFIG_DMA_CMA=y
>  
>  CONFIG_EXPERT=y
> -CONFIG_ARM64_64K_PAGES=y
> +CONFIG_ARM64_4K_PAGES=y
>  CONFIG_TRANSPARENT_HUGEPAGE=y
>  CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
>  
> -- 
> 2.34.1
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14385): 
https://lists.yoctoproject.org/g/linux-yocto/message/14385
Mute This Topic: https://lists.yoctoproject.org/mt/108348606/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