Re: [U-Boot] [PATCH v4 5/6] Tidy up some defconfig files

2015-08-18 Thread Joe Hershberger
Hi Simon, On Mon, Aug 17, 2015 at 6:27 PM, Simon Glass wrote: > Several files are out of order. This means that when the moveconfig tool > moves CONFIG options to Kconfig it generates a large diff. To avoid this, > reorder the files first. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberge

[U-Boot] [PATCH v4 5/6] Tidy up some defconfig files

2015-08-17 Thread Simon Glass
Several files are out of order. This means that when the moveconfig tool moves CONFIG options to Kconfig it generates a large diff. To avoid this, reorder the files first. Signed-off-by: Simon Glass --- Changes in v4: - Rebase to master Changes in v3: None Changes in v2: - Add new patch to tidy