Re: [U-Boot] [PATCH v3 03/10] spl: add option for adding post memory test to the SPL framework

2011-10-23 Thread Heiko Schocher
Helllo Sergei,

Sergei Shtylyov wrote:
 Hello.
 
 On 21-10-2011 10:32, Heiko Schocher wrote:
 
 Signed-off-by: Heiko Schocherh...@denx.de
 Cc: Albert ARIBAUDalbert.u.b...@aribaud.net
 Cc: Sandeep Paulrajs-paul...@ti.com
 ---
 no changes for v3
 
   doc/README.SPL |1 +
   spl/Makefile   |1 +
   2 files changed, 2 insertions(+), 0 deletions(-)
 
 diff --git a/doc/README.SPL b/doc/README.SPL
 index d53ef9c..c991aab 100644
 --- a/doc/README.SPL
 +++ b/doc/README.SPL
 @@ -62,3 +62,4 @@ CONFIG_SPL_FAT_SUPPORT (fs/fat/libfat.o)
   CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o)
   CONFIG_SPL_POWER_SUPPORT (drivers/power/libpower.o)
   CONFIG_SPL_NAND_SUPPORT (drivers/mtd/nand/libnand.o)
 +(CONFIG_SPL_POST_MEM_SUPPORT (post/drivers/memory.o)
 
Leftmost open paren shouldn't be there?

Yep, good catch, thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v3 03/10] spl: add option for adding post memory test to the SPL framework

2011-10-21 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de
Cc: Albert ARIBAUD albert.u.b...@aribaud.net
Cc: Sandeep Paulraj s-paul...@ti.com
---
no changes for v3

 doc/README.SPL |1 +
 spl/Makefile   |1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/README.SPL b/doc/README.SPL
index d53ef9c..c991aab 100644
--- a/doc/README.SPL
+++ b/doc/README.SPL
@@ -62,3 +62,4 @@ CONFIG_SPL_FAT_SUPPORT (fs/fat/libfat.o)
 CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o)
 CONFIG_SPL_POWER_SUPPORT (drivers/power/libpower.o)
 CONFIG_SPL_NAND_SUPPORT (drivers/mtd/nand/libnand.o)
+(CONFIG_SPL_POST_MEM_SUPPORT (post/drivers/memory.o)
diff --git a/spl/Makefile b/spl/Makefile
index 91dd11a..79d9f5c 100644
--- a/spl/Makefile
+++ b/spl/Makefile
@@ -54,6 +54,7 @@ LIBS-$(CONFIG_SPL_FAT_SUPPORT) += fs/fat/libfat.o
 LIBS-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/libgeneric.o
 LIBS-$(CONFIG_SPL_POWER_SUPPORT) += drivers/power/libpower.o
 LIBS-$(CONFIG_SPL_NAND_SUPPORT) += drivers/mtd/nand/libnand.o
+LIBS-$(CONFIG_SPL_POST_MEM_SUPPORT) += post/drivers/memory.o
 
 ifeq ($(SOC),omap3)
 LIBS-y += $(CPUDIR)/omap-common/libomap-common.o
-- 
1.7.6.4

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


Re: [U-Boot] [PATCH v3 03/10] spl: add option for adding post memory test to the SPL framework

2011-10-21 Thread Sergei Shtylyov
Hello.

On 21-10-2011 10:32, Heiko Schocher wrote:

 Signed-off-by: Heiko Schocherh...@denx.de
 Cc: Albert ARIBAUDalbert.u.b...@aribaud.net
 Cc: Sandeep Paulrajs-paul...@ti.com
 ---
 no changes for v3

   doc/README.SPL |1 +
   spl/Makefile   |1 +
   2 files changed, 2 insertions(+), 0 deletions(-)

 diff --git a/doc/README.SPL b/doc/README.SPL
 index d53ef9c..c991aab 100644
 --- a/doc/README.SPL
 +++ b/doc/README.SPL
 @@ -62,3 +62,4 @@ CONFIG_SPL_FAT_SUPPORT (fs/fat/libfat.o)
   CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o)
   CONFIG_SPL_POWER_SUPPORT (drivers/power/libpower.o)
   CONFIG_SPL_NAND_SUPPORT (drivers/mtd/nand/libnand.o)
 +(CONFIG_SPL_POST_MEM_SUPPORT (post/drivers/memory.o)

Leftmost open paren shouldn't be there?

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