swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 authored by Linus Torvalds on 22 January 2011, 03:01:34 UTC
Linux 2.6.38-rc2
Tip revision: 1bae4ce
Makefile.boot
ifeq ($(CONFIG_PM_H1940),y)
	zreladdr-y		:= 0x30108000
	params_phys-y	:= 0x30100100
else
	zreladdr-y		:= 0x30008000
	params_phys-y	:= 0x30000100
endif
back to top