aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-15 12:03:55 -0400
committerTom Rini <trini@konsulko.com>2022-07-05 17:03:01 -0400
commitc24e8e2bb34da1fa17d19acf2b542dba5dfb7e47 (patch)
treea57357ea1e5c3ddc9fdc7ec43ff079606218af86 /README
parentbca4509d575912e0521ce8448d41aabfc1c5e964 (diff)
downloadu-boot-c24e8e2bb34da1fa17d19acf2b542dba5dfb7e47.zip
u-boot-c24e8e2bb34da1fa17d19acf2b542dba5dfb7e47.tar.gz
u-boot-c24e8e2bb34da1fa17d19acf2b542dba5dfb7e47.tar.bz2
Convert CONFIG_SYS_DDR_RAW_TIMING to Kconfig
This converts the following to Kconfig: CONFIG_SYS_DDR_RAW_TIMING Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 0 insertions, 6 deletions
diff --git a/README b/README
index c3308ec..f3d4a9c 100644
--- a/README
+++ b/README
@@ -2079,12 +2079,6 @@ Low Level (hardware related) configuration options:
one, specify here. Note that the value must resolve
to something your driver can deal with.
-- CONFIG_SYS_DDR_RAW_TIMING
- Get DDR timing information from other than SPD. Common with
- soldered DDR chips onboard without SPD. DDR raw timing
- parameters are extracted from datasheet and hard-coded into
- header files or board specific files.
-
- CONFIG_FSL_DDR_INTERACTIVE
Enable interactive DDR debugging. See doc/README.fsl-ddr.