diff options
author | Stefan Roese <sr@denx.de> | 2008-01-17 14:29:04 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-01-17 14:29:04 +0100 |
commit | ba52be3d0e618c26070e93aaf3c1f2d2adf5571f (patch) | |
tree | 81c91c1d870bef0e152dec3c8795855656e891d5 /board/netstal/hcu5/hcu5.c | |
parent | 055606bd25e88c0cd04ad348a679a04b1b616bee (diff) | |
download | u-boot-imx-ba52be3d0e618c26070e93aaf3c1f2d2adf5571f.zip u-boot-imx-ba52be3d0e618c26070e93aaf3c1f2d2adf5571f.tar.gz u-boot-imx-ba52be3d0e618c26070e93aaf3c1f2d2adf5571f.tar.bz2 |
ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/netstal/hcu5/hcu5.c')
-rw-r--r-- | board/netstal/hcu5/hcu5.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/netstal/hcu5/hcu5.c b/board/netstal/hcu5/hcu5.c index c5e0f08..2c7afe2 100644 --- a/board/netstal/hcu5/hcu5.c +++ b/board/netstal/hcu5/hcu5.c @@ -497,9 +497,6 @@ int post_hotkeys_pressed(void) #if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP) void ft_board_setup(void *blob, bd_t *bd) { - u32 val[4]; - int rc; - ft_cpu_setup(blob, bd); } |