
14 Feb
2006
14 Feb
'06
1:25 a.m.
Is it acceptable to modify board_init_r() to include a call to an enable/disable function that would only apply if my board were defined? Or are there any hooks for board-specific initializations?
The hooks are already there. I would recommend board_early_init_f() or board_early_init_r() which can be turned on/off by the board configuration header file.
Regards, -Shawn.