Re: [U-Boot] [PATCH] [ARM] Apollon UBI support v3

2008-11-02 Thread Magnus Lilja
Dear Kyungmin Park, I've now used your patch series to add UBI support to the i.MX31 Litekit board (in the NAND device present on that board) and have some additional comments on the series. 2008/10/28 Kyungmin Park [EMAIL PROTECTED]: Now you can use the UBI at apollon board Signed-off-by:

Re: [U-Boot] [PATCH] [ARM] Apollon UBI support v3

2008-11-02 Thread Kyungmin Park
On Mon, Nov 3, 2008 at 6:00 AM, Magnus Lilja [EMAIL PROTECTED] wrote: Dear Kyungmin Park, I've now used your patch series to add UBI support to the i.MX31 Litekit board (in the NAND device present on that board) and have some additional comments on the series. 2008/10/28 Kyungmin Park

Re: [U-Boot] [PATCH] [ARM] Apollon UBI support v3

2008-10-29 Thread Magnus Lilja
Dear Kyungmin Park, 2008/10/28 Kyungmin Park [EMAIL PROTECTED]: Now you can use the UBI at apollon board Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/board/apollon/Makefile b/board/apollon/Makefile index 9bac9a6..4c3e57f 100644 --- a/board/apollon/Makefile +++

[U-Boot] [PATCH] [ARM] Apollon UBI support v3

2008-10-28 Thread Kyungmin Park
Now you can use the UBI at apollon board Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/board/apollon/Makefile b/board/apollon/Makefile index 9bac9a6..4c3e57f 100644 --- a/board/apollon/Makefile +++ b/board/apollon/Makefile @@ -25,9 +25,11 @@ include $(TOPDIR)/config.mk LIB

[U-Boot] [PATCH] [ARM] Apollon UBI support (take #2)

2008-10-22 Thread Kyungmin Park
Now you can use the UBI at apollon board Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/board/apollon/Makefile b/board/apollon/Makefile index 9bac9a6..4c3e57f 100644 --- a/board/apollon/Makefile +++ b/board/apollon/Makefile @@ -25,9 +25,11 @@ include $(TOPDIR)/config.mk LIB

Re: [U-Boot] [PATCH] [ARM] Apollon UBI support

2008-10-21 Thread Wolfgang Denk
Dear Kyungmin Park, In message [EMAIL PROTECTED] you wrote: If you want to UBI on Apollon, uncomment the CONFIG_SYS_USE_UBI macro Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- board/apollon/Makefile|4 ++- board/apollon/ubi.c | 55

Re: [U-Boot] [PATCH] [ARM] Apollon UBI support

2008-10-21 Thread Kyungmin Park
Dear Wolfgang, -# define CONFIG_BOOTARGS root=/dev/nfs rw mem=64M console=ttyS0,115200n8 ip=192.168.116.25:192.168.116.1:192.168.116.1:255.255.255.0:apollon:eth0:off nfsroot=/tftpboot/nfsroot profile=2 +# define CONFIG_BOOTARGS root=/dev/nfs rw mem=64M console=ttyS0,115200n8