Russell King - ARM Linux wrote: > [...] > > > > > What's the actual bug caused by this? The description is vague. > > > > The kernel panics early on NULL pointer dereference in memory > > initialization. > (Cc'ed KyongHo Cho) Yeah, correct. The size of memory bank should be under section size and current section size is 256MiB on EXYNOS. So if we don't change the section size, each memory bank should be under 256MiB. If not, as Tomasz said, kernel panic happens in mem_init(). > And of course the debugging information is included in the commit log so > that others can see what problem you're experiencing and make a decision > whether the proposed solution is the right one... Yeah, why not, I will add it in next version. Thanks. - Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html