aboutsummaryrefslogtreecommitdiff
path: root/board/boundary
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15nitrogen: Use unsigned long to specify the total RAM sizefabio.estevam@freescale.com1-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>
2013-03-13Add Boundary Devices Nitrogen6X boardsEric Nelson21-0/+2039
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>