linux-rp.inc: change memory split from 32:32 to 64:0 for collie. Closes 3528.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 11 Jan 2008 15:37:55 +0000 (15:37 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 11 Jan 2008 15:37:55 +0000 (15:37 +0000)
packages/linux/linux-rp.inc

index fb6570e..ab6cfd3 100644 (file)
@@ -34,8 +34,8 @@ CMDLINE_DEBUG = '${@base_conditional("DISTRO_TYPE", "release", "quiet", "debug",
 ##############################################################
 # Configure memory/ramdisk split for collie
 #
-export mem = '${@bb.data.getVar("COLLIE_MEMORY_SIZE",d,1) or "32"}'
-export rd  = '${@bb.data.getVar("COLLIE_RAMDISK_SIZE",d,1) or "32"}'
+export mem = '${@bb.data.getVar("COLLIE_MEMORY_SIZE",d,1) or "64"}'
+export rd  = '${@bb.data.getVar("COLLIE_RAMDISK_SIZE",d,1) or "0"}'
 
 CMDLINE_MEM_collie = "mem=${mem}M"
 CMDLINE_ROTATE_spitz = "fbcon=rotate:1"