summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-04-02 11:00:09 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-02 11:00:09 +0200
commite6d2fecb1535dba8fc78b5b5798d1f81bed70fe5 (patch)
tree8f865820e881beef078a4267718e4b79f5bf83d0
parentf7f826d47e92b87c3aa32072122fa407bdb8b434 (diff)
do_fuse: fix help text
while at it remove warnings
-rw-r--r--board/toradex/apalis_imx6/do_fuse.c5
1 files changed, 1 insertions, 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",
""
);