summaryrefslogtreecommitdiff
path: root/doc/README.fsl-ddr
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-23 22:19:39 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 22:19:39 -0500
commit3e4cbe184a0f6537abb457d6afa61224396c4e46 (patch)
treed6e95e03385c33f5d99775cc44710fc6f540b094 /doc/README.fsl-ddr
parent52d91e1c20b399ddab276e2c03e5788ed5e5fdd2 (diff)
parent90c7888c9d6b3223c32f068668f3bc5a81010f8e (diff)
Merge branch '2022-12-23-complete-phase1-CONFIG-migration' into next
- Bring in the final series to complete the main portion of migrating CONFIG symbols to either Kconfig or CFG namespace (or removing / renaming entirely). With this, we have stricter CI tests as well now.
Diffstat (limited to 'doc/README.fsl-ddr')
-rw-r--r--doc/README.fsl-ddr4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.fsl-ddr b/doc/README.fsl-ddr
index 10e63f3be1d..f44bb2aa25d 100644
--- a/doc/README.fsl-ddr
+++ b/doc/README.fsl-ddr
@@ -56,8 +56,8 @@ Table of 2-way interleaving modes supported in cpu/8xxx/ddr/
The ways to configure the ddr interleaving mode
==============================================
1. In board header file(e.g.MPC8572DS.h), add default interleaving setting
- under "CONFIG_EXTRA_ENV_SETTINGS", like:
- #define CONFIG_EXTRA_ENV_SETTINGS \
+ under "CFG_EXTRA_ENV_SETTINGS", like:
+ #define CFG_EXTRA_ENV_SETTINGS \
"hwconfig=fsl_ddr:ctlr_intlv=bank" \
......