Re: [U-Boot] [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device

2012-01-25 Thread Yegor Yefremov
Am 18.07.2011 15:51, schrieb Yegor Yefremov:
 From 53afd3a38abbaed8890ca1ba36439e0c93b69969 Mon Sep 17 00:00:00 2001
 From: Yegor Yefremov yegorsli...@googlemail.com
 Date: Mon, 18 Jul 2011 15:44:42 +0200
 Subject: [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot 
 device
 
 it is not necessary to define rootfstype for mass storage devices.
 Kernel detects it automatically.
 
 Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com
 ---
  include/configs/am3517_evm.h |3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)
 
 diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
 index 18aaadf..8b8c80b 100644
 --- a/include/configs/am3517_evm.h
 +++ b/include/configs/am3517_evm.h
 @@ -192,8 +192,7 @@
   loadaddr=0x8200\0 \
   console=ttyO2,115200n8\0 \
   mmcargs=setenv bootargs console=${console}  \
 - root=/dev/mmcblk0p2 rw  \
 - rootfstype=ext3 rootwait\0 \
 + root=/dev/mmcblk0p2 rw rootwait\0 \
   nandargs=setenv bootargs console=${console}  \
   root=/dev/mtdblock4 rw  \
   rootfstype=jffs2\0 \

Could you please review this patch? It is very annoying when using Buildroot as 
it creates ext2 images.

Thanks.

Yegor 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 1:06 AM, Yegor Yefremov
yegor_s...@visionsystems.de wrote:
 Am 18.07.2011 15:51, schrieb Yegor Yefremov:
 From 53afd3a38abbaed8890ca1ba36439e0c93b69969 Mon Sep 17 00:00:00 2001
 From: Yegor Yefremov yegorsli...@googlemail.com
 Date: Mon, 18 Jul 2011 15:44:42 +0200
 Subject: [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot 
 device

 it is not necessary to define rootfstype for mass storage devices.
 Kernel detects it automatically.

 Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com
 ---
  include/configs/am3517_evm.h |    3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)

 diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
 index 18aaadf..8b8c80b 100644
 --- a/include/configs/am3517_evm.h
 +++ b/include/configs/am3517_evm.h
 @@ -192,8 +192,7 @@
       loadaddr=0x8200\0 \
       console=ttyO2,115200n8\0 \
       mmcargs=setenv bootargs console=${console}  \
 -             root=/dev/mmcblk0p2 rw  \
 -             rootfstype=ext3 rootwait\0 \
 +             root=/dev/mmcblk0p2 rw rootwait\0 \
       nandargs=setenv bootargs console=${console}  \
               root=/dev/mtdblock4 rw  \
               rootfstype=jffs2\0 \

 Could you please review this patch? It is very annoying when using Buildroot 
 as it creates ext2 images.

Reworked to apply again and applied to u-boot-ti/master, thanks for
the reminder.

-- 
Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device

2011-07-18 Thread Yegor Yefremov
From 53afd3a38abbaed8890ca1ba36439e0c93b69969 Mon Sep 17 00:00:00 2001
From: Yegor Yefremov yegorsli...@googlemail.com
Date: Mon, 18 Jul 2011 15:44:42 +0200
Subject: [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot 
device

it is not necessary to define rootfstype for mass storage devices.
Kernel detects it automatically.

Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com
---
 include/configs/am3517_evm.h |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 18aaadf..8b8c80b 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -192,8 +192,7 @@
loadaddr=0x8200\0 \
console=ttyO2,115200n8\0 \
mmcargs=setenv bootargs console=${console}  \
-   root=/dev/mmcblk0p2 rw  \
-   rootfstype=ext3 rootwait\0 \
+   root=/dev/mmcblk0p2 rw rootwait\0 \
nandargs=setenv bootargs console=${console}  \
root=/dev/mtdblock4 rw  \
rootfstype=jffs2\0 \
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot