projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze
[linux-2.6]
/
arch
/
arm
/
mach-sa1100
/
Makefile.boot
1
zreladdr-y := 0xc0008000
2
ifeq ($(CONFIG_ARCH_SA1100),y)
3
zreladdr-$(CONFIG_SA1111) := 0xc0208000
4
endif
5
params_phys-y := 0xc0000100
6
initrd_phys-y := 0xc0800000
7