mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-24 11:43:35 +08:00
ARM: remove useless function board_post_init
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
96bd462942
commit
3d9f3bfb7a
@ -38,11 +38,6 @@ DECLARE_GLOBAL_DATA_PTR;
|
||||
/*
|
||||
* Miscelaneous platform dependent initialisations
|
||||
*/
|
||||
int board_post_init (void)
|
||||
{
|
||||
return (0);
|
||||
}
|
||||
|
||||
int board_init (void)
|
||||
{
|
||||
/* arch number of IXDP */
|
||||
|
@ -48,11 +48,6 @@ static unsigned long old_val = 0;
|
||||
/*
|
||||
* Miscelaneous platform dependent initialisations
|
||||
*/
|
||||
int board_post_init(void)
|
||||
{
|
||||
return (0);
|
||||
}
|
||||
|
||||
int board_init(void)
|
||||
{
|
||||
/* arch number of PDNB3 */
|
||||
|
@ -50,14 +50,6 @@ sleep (int i)
|
||||
* Miscelaneous platform dependent initialisations
|
||||
*/
|
||||
|
||||
int
|
||||
/**********************************************************/
|
||||
board_post_init (void)
|
||||
/**********************************************************/
|
||||
{
|
||||
return (0);
|
||||
}
|
||||
|
||||
int
|
||||
/**********************************************************/
|
||||
board_init (void)
|
||||
|
Loading…
Reference in New Issue
Block a user