]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM64: zynqmp: Make DDR detection code work on 32bit system
authorMichal Simek <michal.simek@xilinx.com>
Fri, 1 Apr 2016 13:55:47 +0000 (15:55 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 13 Apr 2016 16:29:05 +0000 (18:29 +0200)
commit658b3a563983281b6617f57b6bf2aee2c92a2101
treede966a4e43f7abf05ecadd4cea33005035f6a706
parentaa5b52f56c9fcafb485c930319a36f68692af30d
ARM64: zynqmp: Make DDR detection code work on 32bit system

Define u64 types to be usable on 32bit system because of 64bit address
and size cells and 32bit shifts in the code.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/zynqmp/zynqmp.c