From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Wed, 16 Jan 2013 13:56:00 +0200 Subject: [U-Boot] [PATCH] Remove unused CONFIG_SYS_I2C_BUS[_SELECT] In-Reply-To: <1358333069-32035-1-git-send-email-michael.jones@matrix-vision.de> References: <1358333069-32035-1-git-send-email-michael.jones@matrix-vision.de> Message-ID: <50F69550.3040308@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/16/13 12:44, Michael Jones wrote: > "CONFIG_SYS_I2C_BUS" and "CONFIG_SYS_I2C_BUS_SELECT" don't appear anywhere > outside of config files. > > Signed-off-by: Michael Jones Thanks for the patch! Acked-by: Igor Grinberg > --- > As far as I can tell, these CONFIG options never have existed outside of these > config files - looking at omap3_beagle.h as an example, these lines were > inserted with the creation of that file, and at that point in time there was > also no occurence of them elsewhere. Can't we get rid of them? Yes we can and should ;-) -- Regards, Igor.