diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:40:34 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:40:34 +0100 |
commit | 060193e4c373e08fa7fecacbd678c4e1e90e50c7 (patch) | |
tree | 27ac365ab636c36e897b652c13572d701764534d /board/prodrive/pdnb3/pdnb3.c | |
parent | f10d7b94548a788a40b08a50dcdc3209427fec38 (diff) | |
parent | 40dcd6aa75ef95b490f342695f970910b82e392e (diff) | |
download | u-boot-imx-060193e4c373e08fa7fecacbd678c4e1e90e50c7.zip u-boot-imx-060193e4c373e08fa7fecacbd678c4e1e90e50c7.tar.gz u-boot-imx-060193e4c373e08fa7fecacbd678c4e1e90e50c7.tar.bz2 |
Merge ../custodians
Diffstat (limited to 'board/prodrive/pdnb3/pdnb3.c')
-rw-r--r-- | board/prodrive/pdnb3/pdnb3.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/prodrive/pdnb3/pdnb3.c b/board/prodrive/pdnb3/pdnb3.c index a1a310a..3445a3a 100644 --- a/board/prodrive/pdnb3/pdnb3.c +++ b/board/prodrive/pdnb3/pdnb3.c @@ -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 */ |