Dear Mike Frysinger, In message <[email protected]> you wrote: > Signed-off-by: Mike Frysinger <[email protected]> > --- > common/cmd_nvedit.c | 8 ++++++++ > include/config_cmd_defaults.h | 2 ++ > 2 files changed, 10 insertions(+), 0 deletions(-) > > diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c > index fb69c24..715dffd 100644 > --- a/common/cmd_nvedit.c > +++ b/common/cmd_nvedit.c > @@ -559,6 +559,7 @@ static int do_env_delete(cmd_tbl_t * cmdtp, int flag, int > argc, char * const arg > return 0; > } > > +#ifdef CONFIG_CMD_EXPORTENV ... > +#ifdef CONFIG_CMD_IMPORTENV
Please document the new CONFIG_CMD_* options. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Artificial Intelligence is no match for natural stupidity. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

