mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-27 09:02:20 +00:00
fsl_ddr: Move DDR config options to driver Kconfig
Create driver/ddr/fsl/Kconfig and move existing options. Clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com> [trini: Migrate sbc8641d, xpedite537x and MPC8536DS, run a moveconfig.py -s] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
a105503851
commit
d26e34c4c4
138 changed files with 262 additions and 237 deletions
|
@ -5327,20 +5327,9 @@ CONFIG_SYS_FSL_DCSR_DDR_ADDR
|
|||
CONFIG_SYS_FSL_DCSR_SIZE
|
||||
CONFIG_SYS_FSL_DCU_BE
|
||||
CONFIG_SYS_FSL_DCU_LE
|
||||
CONFIG_SYS_FSL_DDR
|
||||
CONFIG_SYS_FSL_DDR1
|
||||
CONFIG_SYS_FSL_DDR2
|
||||
CONFIG_SYS_FSL_DDR2_ADDR
|
||||
CONFIG_SYS_FSL_DDR3
|
||||
CONFIG_SYS_FSL_DDR3L
|
||||
CONFIG_SYS_FSL_DDR3_ADDR
|
||||
CONFIG_SYS_FSL_DDR4
|
||||
CONFIG_SYS_FSL_DDRC_ARM_GEN3
|
||||
CONFIG_SYS_FSL_DDRC_GEN1
|
||||
CONFIG_SYS_FSL_DDRC_GEN2
|
||||
CONFIG_SYS_FSL_DDRC_GEN3
|
||||
CONFIG_SYS_FSL_DDRC_GEN4
|
||||
CONFIG_SYS_FSL_DDR_86XX
|
||||
CONFIG_SYS_FSL_DDR_ADDR
|
||||
CONFIG_SYS_FSL_DDR_BE
|
||||
CONFIG_SYS_FSL_DDR_EMU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue