repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
arch
/
arm
/
mach-sa1100
/
Makefile.boot
blob
5a616f6e56120c850c9afa93af19513a4b80ef1c
1
ifeq ($(CONFIG_ARCH_SA1100),y)
2
zreladdr-$(CONFIG_SA1111) += 0xc0208000
3
else
4
zreladdr-y += 0xc0008000
5
endif
6
params_phys-y := 0xc0000100
7
initrd_phys-y := 0xc0800000
8