From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 01 May 2015 09:24:02 -0600 Subject: [U-Boot] [PATCH] u-boot: adjust config_cmd_default.h not to raise ton of warnings In-Reply-To: <20150501091411.GB7205@amd> References: <20150501091411.GB7205@amd> Message-ID: <55439A92.1050009@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/01/2015 03:14 AM, Pavel Machek wrote: > > If there's duplicty between config system and config_cmd_default, a > ton of warnings is raised, because one uses plain defines, and other > defines it to 1. Adjust config_cmd_default.h not to provoke the > warnings. I believe the correct way to fix this is to fix the board config files that cause the defines to be duplicated.