]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Driver/DDR: Update DDR driver to allow non-zero base address
authorYork Sun <yorksun@freescale.com>
Mon, 28 Oct 2013 23:36:02 +0000 (16:36 -0700)
committerYork Sun <yorksun@freescale.com>
Mon, 25 Nov 2013 19:43:47 +0000 (11:43 -0800)
commit00ec3fd21170e463e29723976d37f8ea2316f168
tree6ff134a140dd253ec4bc925fad27200bece2fdca
parentd4263b8adb5bd940c95cbaebaa0da9eaf759bfed
Driver/DDR: Update DDR driver to allow non-zero base address

The DRAM base has been zero for Power SoCs. It could be non-zero
for ARM SoCs. Use a macro instead of hard-coding to zero.

Signed-off-by: York Sun <yorksun@freescale.com>
drivers/ddr/fsl/main.c