aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-05-23 21:55:43 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-24 20:40:09 +0100
commita04dd9fd97e2179700c0f3391523ee8909d53b72 (patch)
tree6cfe3beac09ba4830ff869321ec0db0679435dbf /arch/arm/mach-clps711x
parentARM: arch/arm/boot/bootp/bootp.lds: Checkpatch cleanup (diff)
downloadlinux-dev-a04dd9fd97e2179700c0f3391523ee8909d53b72.tar.xz
linux-dev-a04dd9fd97e2179700c0f3391523ee8909d53b72.zip
ARM: arch/arm/mach-clps711x/Makefile.boot: Checkpatch cleanup
arch/arm/mach-clps711x/Makefile.boot:2: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-clps711x')
-rw-r--r--arch/arm/mach-clps711x/Makefile.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-clps711x/Makefile.boot b/arch/arm/mach-clps711x/Makefile.boot
index d3d29339e149..a51fcef64fe0 100644
--- a/arch/arm/mach-clps711x/Makefile.boot
+++ b/arch/arm/mach-clps711x/Makefile.boot
@@ -1,7 +1,6 @@
# The standard locations for stuff on CLPS711x type processors
- zreladdr-y := 0xc0028000
+ zreladdr-y := 0xc0028000
params_phys-y := 0xc0000100
# Should probably have some agreement on these...
initrd_phys-$(CONFIG_ARCH_P720T) := 0xc0400000
initrd_phys-$(CONFIG_ARCH_CDB89712) := 0x00700000
-