Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-15 | nitrogen: Use unsigned long to specify the total RAM size | fabio.estevam@freescale.com | |
When building for the nitrogen boards with 2GiB the following warning happens: nitrogen6x.c:89:38: warning: integer overflow in expression [-Woverflow] 2GiB can not fit in 32-bits, so use ulong instead. Reported-by: Albert Aribaud <albert.u.boot@aribaud.net> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> | |||
2013-03-13 | Add Boundary Devices Nitrogen6X boards | Eric Nelson | |
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> |