On Fri, 28 Oct 2022 at 18:30, Tom Rini wrote:
>
> This converts the following to Kconfig:
>CONFIG_SYS_NONCACHED_MEMORY
>
> To do this we introduce CONFIG_SYS_HAS_NONCACHED_MEMORY as a bool to
> gate if we are going to have noncached_... functions available and then
> continue to use CONFIG_SYS
This converts the following to Kconfig:
CONFIG_SYS_NONCACHED_MEMORY
To do this we introduce CONFIG_SYS_HAS_NONCACHED_MEMORY as a bool to
gate if we are going to have noncached_... functions available and then
continue to use CONFIG_SYS_NONCACHED_MEMORY to store the size of said
cache. We make t
2 matches
Mail list logo