summaryrefslogtreecommitdiff
path: root/include/configs/bf506f-ezkit.h
Commit message (Collapse)AuthorAgeLines
* blackfin: convert blackfin board_f and board_r to use generic board init ↵Sonic Zhang2014-08-07-3/+2
| | | | | | | | | | | functions - move blackfin specific cpu init code from blackfin board.c to cpu.c - remove blackfin specific board init code and invoke generic board_f fron cpu init entry - rename section name bss_vma to bss_start in order to match the generic board init code - add a fake relocate_code function to set up the new stack only Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
* blackfin: Disable commands to reduce l1 ram requirementSonic Zhang2013-12-16-2/+6
| | | | Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
* blackfin: Add missing macro CONFIG_BFIN_SERIALSonic Zhang2013-12-06-0/+1
| | | | Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
* Blackfin: bf506f-ezkit: disable import/export env commandsMike Frysinger2011-04-25-0/+2
| | | | | | Space is very tight on this board, so remove more extraneous commands. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: adi boards: enable CONFIG_MONITOR_IS_IN_RAMMike Frysinger2011-04-08-0/+1
| | | | | | Our monitor is always in RAM, so enable this define for the CFI layer. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: bf506f-ezkit: new board portMike Frysinger2011-04-08-0/+102
Signed-off-by: Mike Frysinger <vapier@gentoo.org>