diff options
author | Tom Rini | 2022-11-19 18:45:44 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:11:50 -0500 |
commit | 9cebc4ad8ebe6832c6d0eca786a85533a3b54ce4 (patch) | |
tree | 991419da6908e988faf815bafec3a7c01f8e9d8a /doc/README.fsl-ddr | |
parent | d948c8988c212bc8fe94db556b7ef265d2e96452 (diff) |
post: Migrate to Kconfig
We move the existing CONFIG_POST_* functionality over to CFG_POST and
then introduce CONFIG_POST to Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.fsl-ddr')
-rw-r--r-- | doc/README.fsl-ddr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.fsl-ddr b/doc/README.fsl-ddr index cec5d94df4a..10e63f3be1d 100644 --- a/doc/README.fsl-ddr +++ b/doc/README.fsl-ddr @@ -137,7 +137,7 @@ Memory testing options for mpc85xx 2. Memory test can be done with Power-On-Self-Test function, activated at compile time. - In order to enable the POST memory test, CONFIG_POST needs to be + In order to enable the POST memory test, CFG_POST needs to be defined in board configuraiton header file. By default, POST memory test performs a fast test. A slow test can be enabled by changing the flag at compiling time. To test memory bigger than 2GB, 36BIT support is needed. |