From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 12 Jun 2015 17:03:49 -0600 Subject: [U-Boot] [PATCH v2 6/9] x86: kconfig: Fix minor nits in MAX_CPUS In-Reply-To: References: <1434091946-19913-1-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12 June 2015 at 00:52, Bin Meng wrote: > Move MAX_CPUS definition after SMP so that it shows below SMP in the > menuconfig. Also replace the leading spaces in the MAX_CPUS section > with tabs to conform coding standard. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/Kconfig | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) Applied to u-boot-x86.