diff options
| author | Tom Rini <[email protected]> | 2022-10-28 20:27:10 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-11-10 10:08:55 -0500 |
| commit | 8c778f78340068cebf5484a9f69de1de5d4eb447 (patch) | |
| tree | dbe5b6dd7db245a93dd6eb3ba3243ed6b624fbc5 /configs/harmony_defconfig | |
| parent | 02f5a01441ecd356b73b491c99d635c67b2ba207 (diff) | |
Convert CONFIG_SYS_NONCACHED_MEMORY to Kconfig
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 this new option depend on both the architectures which
implement support and the drivers which make use of it.
Cc: Tom Warren <[email protected]>
Cc: Mingming lee <[email protected]>
Cc: "Ying-Chun Liu (PaulLiu)" <[email protected]>
Cc: Alban Bedel <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Marcel Ziswiler <[email protected]>
Cc: Allen Martin <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'configs/harmony_defconfig')
| -rw-r--r-- | configs/harmony_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/harmony_defconfig b/configs/harmony_defconfig index 353d1a33fab..5a3c5090b82 100644 --- a/configs/harmony_defconfig +++ b/configs/harmony_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_SYS_HAS_NONCACHED_MEMORY=y CONFIG_SYS_L2CACHE_OFF=y CONFIG_ARCH_TEGRA=y CONFIG_TEXT_BASE=0x00110000 |
