From e6d2fecb1535dba8fc78b5b5798d1f81bed70fe5 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 2 Apr 2014 11:00:09 +0200 Subject: do_fuse: fix help text while at it remove warnings --- board/toradex/apalis_imx6/do_fuse.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/board/toradex/apalis_imx6/do_fuse.c b/board/toradex/apalis_imx6/do_fuse.c index e1b36310de..2b918e5d5a 100644 --- a/board/toradex/apalis_imx6/do_fuse.c +++ b/board/toradex/apalis_imx6/do_fuse.c @@ -15,8 +15,6 @@ static unsigned mfgr_fuse(void); unsigned mfgr_fuse(void) { unsigned val, val6; - unsigned mac_hi, mac_lo; - uchar mac_id[6]; fuse_sense(0, 5, &val); printf("Fuse 0, 5: %8x\n", val); @@ -51,7 +49,6 @@ int do_mfgr_fuse(cmd_tbl_t *cmdtp, int flag, int argc, U_BOOT_CMD( mfgr_fuse, 1, 0, do_mfgr_fuse, - "OTP fusing during module production\n" - "requires the environment variable ethaddr to be set\n", + "OTP fusing during module production\n", "" ); -- cgit v1.2.3