exclude rootfs region from kernel-visible ram
This commit is contained in:
parent
3f74fad966
commit
f2daa0b669
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
(fn bootable [cmdline uboot]
|
||||
(if uboot
|
||||
["-drive" (.. "if=pflash,format=raw,file=" uboot )]
|
||||
(let [cmdline (.. cmdline " liminix mtdparts=phram0:16M(rootfs) phram.phram=phram0," options.phram-address ",16Mi,65536 root=/dev/mtdblock0")]
|
||||
(let [cmdline (.. cmdline " mem=256M liminix mtdparts=phram0:16M(rootfs) phram.phram=phram0," options.phram-address ",16Mi,65536 root=/dev/mtdblock0")]
|
||||
["-kernel" options.kernel "-append" cmdline])))
|
||||
|
||||
(local bin {
|
||||
|
|
Loading…
Reference in a new issue