Commit 6965be5a authored by YuriNenakhov's avatar YuriNenakhov

Additioanl parameter to allocate contiguous kernel/physical memory regions up to 128M

parent 0d9a6559
......@@ -11,7 +11,7 @@
} ;
chosen {
/* bootargs = "console=ttyPS0,115200 debug root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=131072";*/
bootargs = "console=ttyPS0,115200 root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=131072";
bootargs = "cma=128M console=ttyPS0,115200 root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=131072";
linux,stdout-path = "/amba@0/serial@e0000000";
} ;
cpus {
......
......@@ -23,7 +23,7 @@
spi0 = &ps7_qspi_0;
} ;
chosen {
bootargs = "console=ttyPS0,115200 root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=131072";
bootargs = "cma=128M console=ttyPS0,115200 root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=131072";
linux,stdout-path = "/amba@0/serial@e0001000";
} ;
cpus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment