From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 29 Jan 2009 11:30:05 -0800 Subject: [U-Boot] =?iso-8859-1?q?=5BPatch=5D_Disable/Enable_Flat_I=B2C_Com?= =?iso-8859-1?q?mands?= In-Reply-To: <20090129190715.45883832E416@gemini.denx.de> References: <4981F273.2030900@gmail.com> <20090129190715.45883832E416@gemini.denx.de> Message-ID: <498203BD.3000500@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Ben Warren, > > In message <4981F273.2030900@gmail.com> you wrote: > >> Controversial, maybe, but why not just get rid of the flat commands? >> When I introduced the tree probably a couple of years ago, we said it >> would deprecate the flat commands and that they'd go away in a couple of >> releases. >> > > We should at least announce such a feature removal, and declare a > deadline in public. > > Best regards, > > Wolfgang Denk > > From README: CONFIG_I2C_CMD_TREE is a recommended option that places all I2C commands under a single 'i2c' root command. The older 'imm', 'imd', 'iprobe' etc. commands are considered deprecated and may disappear in the future. I guess this isn't explicit enough. Let's say it gets removed in the release after v2009.03. regards, Ben