Re: [PATCH 09/25] stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespace

2022-04-08 Thread Tom Rini
On Wed, Mar 30, 2022 at 06:07:19PM -0400, Tom Rini wrote: > These values are only used in one file, reference them more directly. > > Cc: Kamil Lulko > Cc: Patrick Delaunay > Cc: Patrice Chotard > Cc: uboot-st...@st-md-mailman.stormreply.com > Signed-off-by: Tom Rini > Reviewed-by: Patrice Ch

Re: [PATCH 09/25] stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespace

2022-03-31 Thread Patrice CHOTARD
Hi Tom On 3/31/22 00:07, Tom Rini wrote: > These values are only used in one file, reference them more directly. > > Cc: Kamil Lulko > Cc: Patrick Delaunay > Cc: Patrice Chotard > Cc: uboot-st...@st-md-mailman.stormreply.com > Signed-off-by: Tom Rini > --- > board/st/stm32f429-discovery/led.

[PATCH 09/25] stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespace

2022-03-30 Thread Tom Rini
These values are only used in one file, reference them more directly. Cc: Kamil Lulko Cc: Patrick Delaunay Cc: Patrice Chotard Cc: uboot-st...@st-md-mailman.stormreply.com Signed-off-by: Tom Rini --- board/st/stm32f429-discovery/led.c| 19 +++ include/configs/stm32f429-dis