
11 Dec
2014
11 Dec
'14
8:02 p.m.
On 12/02/2014 11:00 PM, Alison Wang wrote:
On LS1, DDR is initialized by reading SPD through I2C interface in SPL code. For I2C, ll_entry_count() is called, and it returns the number of elements of a linker-generated array placed into subsection of .u_boot_list section specified by _list argument. So add I2C linker list in the generic .lds to fix the issue about using I2C in SPL.
Signed-off-by: Alison Wang alison.wang@freescale.com
Change log: v4: No change. v3: No change. v2: New file.
Applied to u-boot-fsl-qoriq master, awaiting upstream.
York