fix: sk98: fixed unaligned memory access in SysKonnect initialization

	SysKonnect eth driver used unaligned memory accesses,
	which are not supported by CA9 SoCs.

	fixed unaligned access which caused U-Boot to freeze, by padding
	the struct to align it's size to 32bit.

Change-Id: Ie9bddab77431e9c441737cfe21f4d89e9671ff86
Signed-off-by: Omri Itach <omrii@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/19560
Tested-by: Star_Automation <star@marvell.com>
Reviewed-by: Hanna Hawa <hannah@marvell.com>
1 file changed