repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6/mini2440.git]
/
arch
/
arm
/
mach-iop3xx
/
Makefile.boot
blob
6387aa20461b76aa9135457b9cd5d5e8f4f0cfc6
1
zreladdr-y := 0xa0008000
2
params_phys-y := 0xa0000100
3
initrd_phys-y := 0xa0800000
4
ifeq ($(CONFIG_ARCH_IOP331),y)
5
zreladdr-y := 0x00008000
6
params_phys-y := 0x00000100
7
initrd_phys-y := 0x00800000
8
endif
9