diff options
author | Wolfgang Denk <wd@denx.de> | 2011-05-19 22:21:41 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-05-19 22:22:44 +0200 |
commit | cd6881b519c94b15907d4f28149e5ed3fd0beea5 (patch) | |
tree | 8a5dc395495cbaa422b1b6dc8193e2e9963d576b /arch/x86/cpu | |
parent | 4d69e98c068ed0d3533a61b64fe06d0d1b870aaf (diff) | |
download | u-boot-imx-cd6881b519c94b15907d4f28149e5ed3fd0beea5.zip u-boot-imx-cd6881b519c94b15907d4f28149e5ed3fd0beea5.tar.gz u-boot-imx-cd6881b519c94b15907d4f28149e5ed3fd0beea5.tar.bz2 |
Minor coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/x86/cpu')
-rw-r--r-- | arch/x86/cpu/sc520/sc520.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/sc520/sc520.c b/arch/x86/cpu/sc520/sc520.c index 8c410a2..726a325 100644 --- a/arch/x86/cpu/sc520/sc520.c +++ b/arch/x86/cpu/sc520/sc520.c @@ -64,4 +64,3 @@ int cpu_init_r(void) return x86_cpu_init_r(); } - |