diff options
author | Barry Song <Baohua.Song@csr.com> | 2012-12-20 17:14:10 +0800 |
---|---|---|
committer | Barry Song <Barry.Song@csr.com> | 2013-01-22 19:34:46 +0800 |
commit | 20ddfa9324b470764125f5ca555c315b5af13507 (patch) | |
tree | 15f69b709911d7c1949d1c6485962ab53c376770 | |
parent | 09180e5b4e673a92f1a8f47061948f524ceba8df (diff) | |
download | blackbird-op-linux-20ddfa9324b470764125f5ca555c315b5af13507.tar.gz blackbird-op-linux-20ddfa9324b470764125f5ca555c315b5af13507.zip |
ARM: PRIMA2: enable AUTO_ZRELADDR for SIRF in Kconfig
prima2 and marco have different memory base address. prima2
begins from 0 and marco begins from 0x40000000.
This patch enables AUTO_ZRELADDR so that kernel can detect
the physical address automatically.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
CC: Mark Rutland <mark.rutland@arm.com>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f95ba14ae3d0..13f89a262fa8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -394,6 +394,7 @@ config ARCH_GEMINI config ARCH_SIRF bool "CSR SiRF" select ARCH_REQUIRE_GPIOLIB + select AUTO_ZRELADDR select COMMON_CLK select GENERIC_CLOCKEVENTS select GENERIC_IRQ_CHIP |