ipaq-boot-params: Fix to actually enable flash booting with the recent kernels.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 21 Feb 2008 23:10:24 +0000 (23:10 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 21 Feb 2008 23:10:24 +0000 (23:10 +0000)
* Uses modern syntax for MTD device, mtdN.
* Also, make tty0 a primary console. This matches HaRET default setting and
focuses on providing users proper feedback of boot procedure. Hackers who
may need to access serial console as well can do needed settings with bootloader.

packages/ipaq-boot-params/files/h5000/params
packages/ipaq-boot-params/files/params
packages/ipaq-boot-params/ipaq-boot-params.bb

index a1a1f4e..fb42935 100644 (file)
@@ -1 +1 @@
-set linuxargs "root=/dev/mtdblock1 noinitrd console=tty0 console=ttyS0,115200"
+set linuxargs "root=mtd1 noinitrd console=ttyS0,115200 console=tty0"
index a1a1f4e..fb42935 100644 (file)
@@ -1 +1 @@
-set linuxargs "root=/dev/mtdblock1 noinitrd console=tty0 console=ttyS0,115200"
+set linuxargs "root=mtd1 noinitrd console=ttyS0,115200 console=tty0"
index 7b73df1..216811a 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Kernel boot parameters for HH.org bootldr"
 LICENSE = "MIT"
-PR = "r4"
+PR = "r5"
 
 COMPATIBLE_MACHINE = "(h3600|h3800|h3900|h5000|simpad)"