From: Alexander Shiyan Date: Sat, 17 Nov 2012 13:57:11 +0000 (+0400) Subject: ARM: clps711x: Always select AUTO_ZRELADDR for a platform X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea7d1bc97d91e9b83436a6188cde987aab79aacf;p=linux-beck.git ARM: clps711x: Always select AUTO_ZRELADDR for a platform Signed-off-by: Alexander Shiyan Signed-off-by: Olof Johansson --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e63e3eee13ce..64a23cb6e62d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -366,6 +366,7 @@ config ARCH_CLPS711X bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" select ARCH_REQUIRE_GPIOLIB select ARCH_USES_GETTIMEOFFSET + select AUTO_ZRELADDR select CLKDEV_LOOKUP select COMMON_CLK select CPU_ARM720T diff --git a/arch/arm/mach-clps711x/Makefile.boot b/arch/arm/mach-clps711x/Makefile.boot index 9398e859b5af..eba77d35a615 100644 --- a/arch/arm/mach-clps711x/Makefile.boot +++ b/arch/arm/mach-clps711x/Makefile.boot @@ -1,5 +1,4 @@ # The standard locations for stuff on CLPS711x type processors - zreladdr-y += 0xc0028000 params_phys-y := 0xc0000100 # Should probably have some agreement on these... initrd_phys-$(CONFIG_ARCH_P720T) := 0xc0400000