[oe-commits] org.oe.angstrom-2007.12-stable applied changes from 79f43b2c3be3fc719c0dfccb775d216cdd24dbb2

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Feb 23 18:41:40 UTC 2008


applied changes from 79f43b2c3be3fc719c0dfccb775d216cdd24dbb2
             through 4eb5b005a1da43a766a4d6f77af48d3ba0a994a4

ipaq-boot-params: Fix to actually enable flash booting with the recent kernels. (PaulS, Koen)

Author: pfalcon at openembedded.org
Branch: org.openembedded.angstrom-2007.12-stable
Revision: d7cdd8ef62fe26b87e8fe9fc07a5401b8a5a8884
ViewMTN: http://monotone.openembedded.org/revision/info/d7cdd8ef62fe26b87e8fe9fc07a5401b8a5a8884
Files:
1
packages/ipaq-boot-params/files/h5000/params
packages/ipaq-boot-params/files/params
packages/ipaq-boot-params/ipaq-boot-params.bb
Diffs:

#
# mt diff -rc79c3f4be01ddd2d745699ad9598cf127cdd44b2 -rd7cdd8ef62fe26b87e8fe9fc07a5401b8a5a8884
#
# 
# 
# patch "packages/ipaq-boot-params/files/h5000/params"
#  from [61d996d0d8e2558151d852d4b32982326795d655]
#    to [e53a27f81d9567c508c99001bc65dabf2c730326]
# 
# patch "packages/ipaq-boot-params/files/params"
#  from [61d996d0d8e2558151d852d4b32982326795d655]
#    to [e53a27f81d9567c508c99001bc65dabf2c730326]
# 
# patch "packages/ipaq-boot-params/ipaq-boot-params.bb"
#  from [da409034bea0049185391034b677bcb33f813ea1]
#    to [2674865e1b9827ac73951cb040d135313aa67ffd]
# 
============================================================
--- packages/ipaq-boot-params/files/h5000/params	61d996d0d8e2558151d852d4b32982326795d655
+++ packages/ipaq-boot-params/files/h5000/params	e53a27f81d9567c508c99001bc65dabf2c730326
@@ -1 +1 @@
-set linuxargs "root=/dev/mtdblock1 noinitrd console=tty0 console=ttyS0,115200"
+set linuxargs "root=mtd1 noinitrd console=ttyS0,115200 console=tty0"
============================================================
--- packages/ipaq-boot-params/files/params	61d996d0d8e2558151d852d4b32982326795d655
+++ packages/ipaq-boot-params/files/params	e53a27f81d9567c508c99001bc65dabf2c730326
@@ -1 +1 @@
-set linuxargs "root=/dev/mtdblock1 noinitrd console=tty0 console=ttyS0,115200"
+set linuxargs "root=mtd1 noinitrd console=ttyS0,115200 console=tty0"
============================================================
--- packages/ipaq-boot-params/ipaq-boot-params.bb	da409034bea0049185391034b677bcb33f813ea1
+++ packages/ipaq-boot-params/ipaq-boot-params.bb	2674865e1b9827ac73951cb040d135313aa67ffd
@@ -1,6 +1,6 @@ LICENSE = "MIT"
 DESCRIPTION = "Kernel boot parameters for HH.org bootldr"
 LICENSE = "MIT"
-PR = "r4"
+PR = "r5"
 
 COMPATIBLE_MACHINE = "(h3600|h3800|h3900|h5000|simpad)"
 






More information about the Openembedded-commits mailing list