ARM: zynq: Do not use half memory size for ECC case

Memory size should be specified without ECC place.
If you need to have half memory size, please change
u-boot configuration.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2013-09-04 16:51:33 +02:00
parent 96a2859e54
commit 10fa49f428
1 changed files with 0 additions and 3 deletions

View File

@ -44,7 +44,4 @@ void zynq_ddrc_init(void)
} else {
puts("Memory: ECC disabled\n");
}
if (width == ZYNQ_DDRC_CTRLREG_BUSWIDTH_16BIT)
gd->ram_size /= 2;
}