
23 Aug
2012
23 Aug
'12
5:35 a.m.
On Friday 17 August 2012 16:49:40 Joe Hershberger wrote:
--- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c
+#if defined(CONFIG_SILENT_CONSOLE) && \
- defined(CONFIG_SILENT_CONSOLE_UPDATE_ON_SET)
i wonder if the CONFIG_SILENT_CONSOLE check is needed. setting the latter without the former doesn't make sense.
+- CONFIG_SILENT_CONSOLE_UPDATE_ON_SET
- When the "silent" variable is changed with env set, the change
- will take effect immediately
should end in a "." -mike