• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-gemini/
1ifeq ($(CONFIG_GEMINI_MEM_SWAP),y)
2   zreladdr-y	:= 0x00008000
3params_phys-y	:= 0x00000100
4initrd_phys-y	:= 0x00800000
5else
6   zreladdr-y	:= 0x10008000
7params_phys-y	:= 0x10000100
8initrd_phys-y	:= 0x10800000
9endif
10