[U-Boot] [PATCH 3/6] cmd: led: rename command enum value

2017-04-04 Thread techping . chan
From: Ziping Chen The "LED_OFF" constant conflicts with the constant with the same name in include/linux/compat.h. Rename all command constants' name prefix from LED_ to LED_CMD_. Signed-off-by: Ziping Chen --- cmd/led.c | 18

Re: [U-Boot] [PATCH 3/6] cmd: led: rename command enum value

2017-03-31 Thread Simon Glass
On 27 March 2017 at 08:38, wrote: > From: Ziping Chen > > The "LED_OFF" constant conflicts with the constant with the same name in > include/linux/compat.h. > > Rename all command constants' name prefix from LED_ to LED_CMD_. > > Signed-off-by: