commit | 3fbfdd1146207b1407e3750479760b0d4e018613 | [log] [tgz] |
---|---|---|
author | Sonic Zhang <sonic.zhang@analog.com> | Thu Jul 17 19:00:29 2014 +0800 |
committer | Sonic Zhang <sonic.zhang@analog.com> | Thu Aug 07 15:15:14 2014 +0800 |
tree | 5212c5c788aa620a9f5ca0ace8dc2d8f4958a5fc | |
parent | 6cae4b23bb4e1562bcbd95c1cc965fe259ca0557 [diff] |
blackfin: convert blackfin board_f and board_r to use generic board init 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>