summaryrefslogtreecommitdiff
path: root/board/tcm-bf537
AgeCommit message (Collapse)Author
2009-08-23Blackfin: fix typos in gpio commentsMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-06-15Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boardsMike Frysinger
Building the compression code in lib_generic/ with -O2 rather than -Os gives a nice speed boost without too much code size increase. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-06-14Blackfin: unify u-boot linker scriptsMike Frysinger
All the Blackfin linker scripts were duplicated across the board dirs with no difference save from the semi-often used ENV_IS_EMBEDDED option. So unify all of them in the lib_blackfin/ dir and for the few boards that need to embedded the environment directly, add a LDS_BOARD_TEXT define for them to customize via their board config file. This is much simpler than forcing them to duplicate the rest of the linker script. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-06-14Blackfin: tcm-bf537: new board portMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>