summaryrefslogtreecommitdiff
path: root/board/davinci/ea20
AgeCommit message (Collapse)Author
2011-04-11ea20: fix libea20.o not foundBen Gardiner
This patch fixes ea20 after commit 6d8962e814c15807dd6ac5757904be2a02d187b8 where $(obj)lib$(BOARD).a was changed to $(obj)lib$(BOARD).o in almost all the Makefiles except ea20, probably due to merge path of the changes in 2010.12. Signed-off-by: Ben Gardiner<[email protected]> CC: Sebastien Carlier <[email protected]> Acked-by : Stefano Babic <[email protected]>
2010-11-30Davinci: add support for the ea20 boardStefano Babic
This board uses the OMAP-L138 SOM stacked on a custom baseboard. It supports SPI Flash, Ethernet with RMII. Signed-off-by: Stefano Babic <[email protected]> Signed-off-by: Ben Gardiner <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>