summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/u-boot.lds
diff options
context:
space:
mode:
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>2014-08-03 05:32:39 +0300
committerHans de Goede <hdegoede@redhat.com>2014-08-12 08:42:32 +0200
commit34759d74a386ec82af946c2858935af9327a9f8a (patch)
treeecbd4ba3df6c9962e7a301308ab1b36bc3bc9a76 /arch/arm/cpu/u-boot.lds
parent846e325448ed591c4a5e8db55e2817b0ca013b0b (diff)
downloadu-boot-imx-34759d74a386ec82af946c2858935af9327a9f8a.zip
u-boot-imx-34759d74a386ec82af946c2858935af9327a9f8a.tar.gz
u-boot-imx-34759d74a386ec82af946c2858935af9327a9f8a.tar.bz2
sunxi: dram: Remove useless 'dramc_scan_dll_para()' function
The attempt to do DRAM parameters calibration in 'dramc_scan_dll_para()' function by trying different DLL adjustments and using the hardware DQS gate training result as a feedback is a great source of inspiration, but it just can't work properly the way it is implemented now. The fatal problem of this implementation is that the DQS gating window can be successfully found for almost every DLL delay adjustment setup that gets tried. Thus making it unable to see any real difference between 'good' and 'bad' settings. Also this code was supposed to be only activated by setting the highest bit in the 'dram_tpr3' variable of the 'dram_para' struct (per-board dram configuration). But none of the linux-sunxi devices has ever used it for real. Basically, this code is just a dead weight. Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm/cpu/u-boot.lds')
0 files changed, 0 insertions, 0 deletions