aboutsummaryrefslogtreecommitdiffstats
path: root/include/configs/mt7623.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-28 20:27:10 -0400
committerTom Rini <trini@konsulko.com>2022-11-10 10:08:55 -0500
commit8c778f78340068cebf5484a9f69de1de5d4eb447 (patch)
treedbe5b6dd7db245a93dd6eb3ba3243ed6b624fbc5 /include/configs/mt7623.h
parent02f5a01441ecd356b73b491c99d635c67b2ba207 (diff)
downloadu-boot-8c778f78340068cebf5484a9f69de1de5d4eb447.tar.gz
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 <twarren@nvidia.com> Cc: Mingming lee <mingming.lee@mediatek.com> Cc: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org> Cc: Alban Bedel <alban.bedel@avionic-design.de> Cc: Stephen Warren <swarren@nvidia.com> Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com> Cc: Allen Martin <amartin@nvidia.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/mt7623.h')
-rw-r--r--include/configs/mt7623.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mt7623.h b/include/configs/mt7623.h
index 0cd8b08552c..73093f94d2b 100644
--- a/include/configs/mt7623.h
+++ b/include/configs/mt7623.h
@@ -13,8 +13,6 @@
/* Miscellaneous configurable options */
-#define CONFIG_SYS_NONCACHED_MEMORY SZ_1M
-
/* Environment */
/* Preloader -> Uboot */