Skip to content
Snippets Groups Projects
Commit 28e57108 authored by Tanmay Upadhyay's avatar Tanmay Upadhyay Committed by Prafulla Wadaskar
Browse files

Kirkwood: bugfix: DRAM size initialization


If start of any DRAM bank is greater than total DDR size, remaining DDR banks' start address & size were left un-initialized in dram_init function. This could break other functions who uses array 'gd->bd->bi_dram'. Kirkwood network driver is one example. This also stops Linux kernel from booting.

v2 - Set start address also to 0. Without this Linux kernel couldn't
     boot up

Signed-off-by: default avatarTanmay Upadhyay <tanmay.upadhyay@einfochips.com>
parent 31d80c77
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment