From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sat, 12 Nov 2011 21:06:17 +1100 Subject: [U-Boot] [PATCH v2 03/12] cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c In-Reply-To: <1320755603-8695-4-git-send-email-graeme.russ@gmail.com> References: <1320755603-8695-4-git-send-email-graeme.russ@gmail.com> Message-ID: <4EBE4519.3080202@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/11/11 23:33, Graeme Russ wrote: > Signed-off-by: Graeme Russ > --- > Changes for v2: > - Consolidated patch series > - Fixed remaining checkpatch warnings > - Removed references to CONFIG_SYS_SDRAM_ECC_ENABLE - This was never used > and never will be (sc520 is now end-of-life) and was generating > checkpatch errors because of the inline assembler > > arch/x86/cpu/sc520/sc520.c | 2 +- > arch/x86/cpu/sc520/sc520_pci.c | 24 ++++++++++------- > arch/x86/cpu/sc520/sc520_sdram.c | 53 -------------------------------------- > arch/x86/cpu/sc520/sc520_ssi.c | 43 +++++++++++++++--------------- > arch/x86/cpu/sc520/sc520_timer.c | 4 +- > 5 files changed, 39 insertions(+), 87 deletions(-) Applied to u-boot-x86 Thanks, Graeme