From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 15 Apr 2017 10:08:09 -0600 Subject: [U-Boot] [PATCH v2 8/9] led: Mark existing driver as legacy In-Reply-To: References: <20170410173459.30461-1-sjg@chromium.org> <20170410173459.30461-9-sjg@chromium.org> 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 12 April 2017 at 02:53, Ziping Chen wrote: > > > 2017-04-11 1:34 GMT+08:00 Simon Glass : >> >> The existing 'led' command does not support driver model. Rename it to >> indicate that it is legacy code. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >> >> cmd/Makefile | 2 +- >> cmd/legacy_led.c | 4 ++-- >> 2 files changed, 3 insertions(+), 3 deletions(-) >> > > Reviewed-by: Ziping Chen Applied to u-boot-dm