aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-03-10 12:27:52 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-03-10 12:31:02 +0100
commit962ebc4af36d640c1f2bde73ef4dd7acc7f90570 (patch)
treebaa3d69a1dbcf5fb62e052d8286301922229a638 /packages
parent7e06943098b7c985024a632e85f791be4e8f6d62 (diff)
downloadopenembedded-962ebc4af36d640c1f2bde73ef4dd7acc7f90570.tar.gz
linux-dm800.bb: push revision
dm800_defconfig: remove mem=128M ... the current secondstage sets this value
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux-dm800.bb2
-rw-r--r--packages/linux/linux-dm800/dm800_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-dm800.bb b/packages/linux/linux-dm800.bb
index 4c7f19c284..5163a6afcf 100644
--- a/packages/linux/linux-dm800.bb
+++ b/packages/linux/linux-dm800.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linux kernel for Dreambox DM800"
LICENSE = "GPL"
KV = "2.6.12"
PV = "2.6.12"
-PR = "r12"
+PR = "r13"
# note, the rX in the filename is *NOT* the packet revision - it's the patch revision.
SRC_URI += "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${KV}.tar.bz2 \
diff --git a/packages/linux/linux-dm800/dm800_defconfig b/packages/linux/linux-dm800/dm800_defconfig
index 797782cc58..99afcfa6b9 100644
--- a/packages/linux/linux-dm800/dm800_defconfig
+++ b/packages/linux/linux-dm800/dm800_defconfig
@@ -1704,7 +1704,7 @@ CONFIG_NLS_UTF8=y
# CONFIG_DEBUG_KERNEL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_CROSSCOMPILE=y
-CONFIG_CMDLINE="root=/dev/mtdblock3 rootfstype=jffs2 rw mem=128M console=null"
+CONFIG_CMDLINE="root=/dev/mtdblock3 rootfstype=jffs2 rw console=null"
#
# Security options