]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
driver/ddr/fsl: Fix driver to support empty first slot
authorYork Sun <yorksun@freescale.com>
Thu, 19 Mar 2015 16:30:27 +0000 (09:30 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:08 +0000 (22:31 +0200)
commit3ed97be2b6c13b0be90dbe3db2005254e78ceaf5
tree7347da94a401278efea6912aa5077a16e8ea1224
parentf206aa19e86cdcbf4c84c764caab2827fd764cfe
driver/ddr/fsl: Fix driver to support empty first slot

CS0 was not allowed to be empty by u-boot driver in the past to simplify
the driver. This may be inconvenient for some debugging. This patch lifts
the restrictions. Controller interleaving still requires CS0 populated.

Signed-off-by: York Sun <yorksun@freescale.com>
drivers/ddr/fsl/ctrl_regs.c
drivers/ddr/fsl/ddr4_dimm_params.c
drivers/ddr/fsl/interactive.c
drivers/ddr/fsl/lc_common_dimm_params.c
drivers/ddr/fsl/options.c