Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | nitrogen: Use unsigned long to specify the total RAM size | fabio.estevam@freescale.com | 2013-03-15 | -1/+1 |
| | | | | | | | | | | | 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> | |||
* | Add Boundary Devices Nitrogen6X boards | Eric Nelson | 2013-03-13 | -0/+2039 |
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> |