Re: [U-Boot] [PATCH 1/5] arm: omap: emif-common: Fix ecc address calculation

2019-10-12 Thread Tom Rini
On Mon, Sep 16, 2019 at 01:47:15PM +0530, Lokesh Vutla wrote: > ecc_address_range registers contains the start address and end address > of the DDR address space. But the ddr driver is assuming the register > contains the start address and size of the DDR address space. Because > of this the ecc

[U-Boot] [PATCH 1/5] arm: omap: emif-common: Fix ecc address calculation

2019-09-16 Thread Lokesh Vutla
ecc_address_range registers contains the start address and end address of the DDR address space. But the ddr driver is assuming the register contains the start address and size of the DDR address space. Because of this the ecc enabling is failing for the 2nd range of ecc addresses. Fix this