diff mbox series

[40/42] README: Drop SoC-specific comment about SPL

Message ID 20240926223814.1276764-41-sjg@chromium.org
State Changes Requested
Delegated to: Tom Rini
Headers show
Series Tidy up use of 'SPL' and CONFIG_SPL_BUILD | expand

Commit Message

Simon Glass Sept. 26, 2024, 10:36 p.m. UTC
This should not be in the generic README file, so drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 README | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
diff mbox series

Patch

diff --git a/README b/README
index 54ffbd0975b..5115d28fac1 100644
--- a/README
+++ b/README
@@ -213,15 +213,7 @@  board_init_r():
 		there.
 
 	SPL-specific notes:
-	- stack is optionally in SDRAM, if CONFIG_SPL_STACK_R is defined and
-		CONFIG_SYS_FSL_HAS_CCI400
-
-		Defined For SoC that has cache coherent interconnect
-		CCN-400
-
-		CONFIG_SYS_FSL_HAS_CCN504
-
-		Defined for SoC that has cache coherent interconnect CCN-504
+	- stack is optionally in SDRAM, if CONFIG_SPL_STACK_R is defined
 
 The following options need to be configured: