diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-09-21 11:20:30 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-03 10:17:56 +0200 |
commit | b5650c5d8c99100144d8e4e9af910405f857bb7a (patch) | |
tree | 3cd7e46babf25fcce8638aeb3b0ae634a23bd9ef /board/inka4x0/inka4x0.c | |
parent | e6b05e774d7ce1641613cdeffb69c1d48139a869 (diff) | |
download | u-boot-imx-b5650c5d8c99100144d8e4e9af910405f857bb7a.zip u-boot-imx-b5650c5d8c99100144d8e4e9af910405f857bb7a.tar.gz u-boot-imx-b5650c5d8c99100144d8e4e9af910405f857bb7a.tar.bz2 |
ppc: Remove board-specific command table relocation fixups
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/inka4x0/inka4x0.c')
-rw-r--r-- | board/inka4x0/inka4x0.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/inka4x0/inka4x0.c b/board/inka4x0/inka4x0.c index c645b05..27b79ec 100644 --- a/board/inka4x0/inka4x0.c +++ b/board/inka4x0/inka4x0.c @@ -177,16 +177,6 @@ void flash_preinit(void) clrbits_be32(&lpb->cs0_cfg, 0x1); /* clear RO */ } -int misc_init_r (void) { - extern int inkadiag_init_r (void); - - /* - * The command table used for the subcommands of inkadiag - * needs to be relocated manually. - */ - return inkadiag_init_r(); -} - int misc_init_f (void) { volatile struct mpc5xxx_gpio *gpio = |