Skip to content

Commit

Permalink
ARM: PRIMA2: enable AUTO_ZRELADDR for SIRF in Kconfig
Browse files Browse the repository at this point in the history
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 <[email protected]>
CC: Mark Rutland <[email protected]>
  • Loading branch information
21cnbao authored and Barry Song committed Jan 22, 2013
1 parent 09180e5 commit 20ddfa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20ddfa9

Please sign in to comment.