diff options
-rw-r--r-- | conf/machine/neuros-osd2.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/neuros-osd2.conf b/conf/machine/neuros-osd2.conf index 75937627cd..05fb2e19e5 100644 --- a/conf/machine/neuros-osd2.conf +++ b/conf/machine/neuros-osd2.conf @@ -9,6 +9,10 @@ PACKAGE_EXTRA_ARCHS = "armv4t armv5te" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "linux-neuros" + +module_autoload_cmem = "cmemk phys_start=0x8EA00000 phys_end=0x8F200000 pools=1x3145728,5x829440,1x61440,1x10240" +module_autoload_dsplink = "dsplinkk" + KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "0x80008000" |