]> git.ipfire.org Git - thirdparty/u-boot.git/commit
zynq: Do not setup ram start and size in board specific file
authorMichal Simek <michal.simek@xilinx.com>
Tue, 5 Mar 2013 12:59:05 +0000 (13:59 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 5 Mar 2013 13:00:33 +0000 (14:00 +0100)
commitca96b77c4447a0710ad091f9ed6411f9a57fd31b
tree5e992c7e0b5ccd76dca16c272cb06306cca6d972
parentd2582f3bf2e08ac97c002642906d8af5de317645
zynq: Do not setup ram start and size in board specific file

It is setup in dram_init_banksize() in board.c
Also do not call get_ram_size to determine ram size.

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