Re: [U-Boot] [PATCH v3 02/11] arch/powerpc: Fix mapping of Freescale SerDes protocols

2015-01-22 Thread York Sun
On 01/12/2015 06:08 AM, Codrin Ciubotariu wrote: > The number of supported serdes protocols on Freescale SoCs > has increased over time. Until now, an u64 variable have been > initialized on boot with the configured protocols. However, > since this number has increased (enum srds_prtcl has more >

[U-Boot] [PATCH v3 02/11] arch/powerpc: Fix mapping of Freescale SerDes protocols

2015-01-12 Thread Codrin Ciubotariu
The number of supported serdes protocols on Freescale SoCs has increased over time. Until now, an u64 variable have been initialized on boot with the configured protocols. However, since this number has increased (enum srds_prtcl has more than 64 values), 64 bits are no longer sufficient to hold tr