projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Pull ar-k0-usage into release branch
[linux-2.6]
/
arch
/
arm
/
mach-iop3xx
/
Makefile.boot
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