summaryrefslogtreecommitdiff
path: root/include/configs/ls1046a_common.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-11-16 13:10:34 -0500
committerTom Rini <[email protected]>2022-12-05 16:06:07 -0500
commit2db82bf2bd8fa5de2b55ad7c4c1c0afa58f171c2 (patch)
treeb80ed853ffd9c847a92152ec9b30bd78a46098e4 /include/configs/ls1046a_common.h
parentecc8d425fd50d894dd0a06796c17030ef4a7942f (diff)
Convert CONFIG_SYS_PMAN et al to Kconfig
This converts the following to Kconfig: CONFIG_NOBQFMAN CONFIG_SYS_DPAA_DCE CONFIG_SYS_DPAA_FMAN CONFIG_SYS_DPAA_PME CONFIG_SYS_DPAA_RMAN CONFIG_SYS_PMAN Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/configs/ls1046a_common.h')
-rw-r--r--include/configs/ls1046a_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h
index 3934fbbb41d..b09588f4796 100644
--- a/include/configs/ls1046a_common.h
+++ b/include/configs/ls1046a_common.h
@@ -67,7 +67,6 @@
/* FMan ucode */
#ifndef SPL_NO_FMAN
-#define CONFIG_SYS_DPAA_FMAN
#ifdef CONFIG_SYS_DPAA_FMAN
#define CONFIG_SYS_FM_MURAM_SIZE 0x60000
#endif