Re: [U-Boot] [PATCH 7/8] led: Mark existing driver as legacy

2017-04-02 Thread Stefan Roese
On 31.03.2017 19:55, Simon Glass wrote: The existing 'led' command does not support driver model. Rename it to indicate that it is legacy code. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list U-Boot@list

[U-Boot] [PATCH 7/8] led: Mark existing driver as legacy

2017-03-31 Thread 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 --- cmd/Makefile | 2 +- cmd/legacy_led.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/Makefile b/cmd/Makefile index f13bb8c11e.