diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-20 13:35:53 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-20 13:47:06 +0000 |
commit | 10c52434683004dae63ab7d7d956345b6349048a (patch) | |
tree | 050d789392677e34150b808d4f4684aa032c8b63 /packages | |
parent | 42b920e2b873a2543cade38bf3c95e77855852c8 (diff) |
linux-eten: Set default CMDLINE to boot from SD
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-eten_2.6.24+git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-eten_2.6.24+git.bb b/packages/linux/linux-eten_2.6.24+git.bb index 867cbadc82..b980660810 100644 --- a/packages/linux/linux-eten_2.6.24+git.bb +++ b/packages/linux/linux-eten_2.6.24+git.bb @@ -16,3 +16,5 @@ SRC_URI = "\ file://defconfig \ " S = "${WORKDIR}/git" + +CMDLINE = "root=/dev/mmcblk0p1 rootdelay=5" |