diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-24 20:47:06 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-31 17:47:49 -0400 |
commit | c224cfd86cfa22d564438931e97c9926791b54ce (patch) | |
tree | 2d4950c85712d51382795c5ebe3222d49648cc9a /README | |
parent | 506eef15211b5e075f5a1a87c93877ab36913139 (diff) | |
download | u-boot-c224cfd86cfa22d564438931e97c9926791b54ce.zip u-boot-c224cfd86cfa22d564438931e97c9926791b54ce.tar.gz u-boot-c224cfd86cfa22d564438931e97c9926791b54ce.tar.bz2 |
Convert CONFIG_SYS_FSL_DDR4 to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FSL_DDR4
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -465,10 +465,6 @@ The following options need to be configured: Board config to use DDR3L. It can be enabled for SoCs with DDR3L controllers. - CONFIG_SYS_FSL_DDR4 - Board config to use DDR4. It can be enabled for SoCs with - DDR4 controllers. - CONFIG_SYS_FSL_IFC_BE Defines the IFC controller register space as Big Endian |