repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size check
[linux-2.6/linux-mips.git]
/
arch
/
arm
/
mach-realview
/
Makefile.boot
blob
d2c3d788f6880b3e765bb44574f4ceb8177bbb4c
1
ifeq ($(CONFIG_REALVIEW_HIGH_PHYS_OFFSET),y)
2
zreladdr-y += 0x70008000
3
params_phys-y := 0x70000100
4
initrd_phys-y := 0x70800000
5
else
6
zreladdr-y += 0x00008000
7
params_phys-y := 0x00000100
8
initrd_phys-y := 0x00800000
9
endif