aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Kconfig1
-rw-r--r--arch/arm/mach-clps711x/Makefile.boot1
2 files changed, 1 insertions, 1 deletions
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
366 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" 366 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
367 select ARCH_REQUIRE_GPIOLIB 367 select ARCH_REQUIRE_GPIOLIB
368 select ARCH_USES_GETTIMEOFFSET 368 select ARCH_USES_GETTIMEOFFSET
369 select AUTO_ZRELADDR
369 select CLKDEV_LOOKUP 370 select CLKDEV_LOOKUP
370 select COMMON_CLK 371 select COMMON_CLK
371 select CPU_ARM720T 372 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 @@
1# The standard locations for stuff on CLPS711x type processors 1# The standard locations for stuff on CLPS711x type processors
2 zreladdr-y += 0xc0028000
3params_phys-y := 0xc0000100 2params_phys-y := 0xc0000100
4# Should probably have some agreement on these... 3# Should probably have some agreement on these...
5initrd_phys-$(CONFIG_ARCH_P720T) := 0xc0400000 4initrd_phys-$(CONFIG_ARCH_P720T) := 0xc0400000