Re: [U-Boot] [PATCH v2 8/8] timer: Sort Kconfig driver entries

2018-10-10 Thread Simon Glass
On 7 October 2018 at 04:01, Bin Meng wrote: > This is currently out of order. Sort it. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: None > > drivers/timer/Kconfig | 110 > +- > 1 file changed, 55 insertions(+), 55 deletions(-) Reviewed-

[U-Boot] [PATCH v2 8/8] timer: Sort Kconfig driver entries

2018-10-07 Thread Bin Meng
This is currently out of order. Sort it. Signed-off-by: Bin Meng --- Changes in v2: None drivers/timer/Kconfig | 110 +- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index a7d600b.