repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Full support for Ginger Console
[linux-ginger.git]
/
arch
/
arm
/
mach-gemini
/
Makefile.boot
blob
22a52c228d93140e95d623f7a0cb5e5a95861998
1
ifeq ($(CONFIG_GEMINI_MEM_SWAP),y)
2
zreladdr-y := 0x00008000
3
params_phys-y := 0x00000100
4
initrd_phys-y := 0x00800000
5
else
6
zreladdr-y := 0x10008000
7
params_phys-y := 0x10000100
8
initrd_phys-y := 0x10800000
9
endif