From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Mon, 28 Aug 2017 11:17:01 -0500 Subject: [U-Boot] [PATCH] common: console: Fix duplicated CONFIG in silent env callback In-Reply-To: <1503644789-37189-1-git-send-email-wilson.lee@ni.com> References: <1503644789-37189-1-git-send-email-wilson.lee@ni.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Aug 25, 2017 at 2:06 AM, Wilson Lee wrote: > The silent environment callback function does not update the silent > flag during silent env set or unset. That is because of duplicated > CONFIG keyword at preprocessor condition in silent environment > callback function and cause silent env callback unable to work. > > This patch is to remove the duplicated CONFIG keywork in silent > environment callback function. > > Signed-off-by: Wilson Lee > Cc: Keng Soon Cheah > Cc: Chen Yee Chew > Cc: Joe Hershberger Reviewed-by: Joe Hershberger