Re: [PATCH 17/21] Convert CONFIG_SYS_NONCACHED_MEMORY to Kconfig

2022-10-29 Thread Simon Glass
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

[PATCH 17/21] Convert CONFIG_SYS_NONCACHED_MEMORY to Kconfig

2022-10-28 Thread Tom Rini
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