From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Fri, 21 Oct 2011 16:11:09 +0400 Subject: [U-Boot] [PATCH v3 03/10] spl: add option for adding post memory test to the SPL framework In-Reply-To: <1319178738-29065-4-git-send-email-hs@denx.de> References: <1319178738-29065-1-git-send-email-hs@denx.de> <1319178738-29065-4-git-send-email-hs@denx.de> Message-ID: <4EA1615D.7010307@mvista.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello. On 21-10-2011 10:32, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Cc: Albert ARIBAUD > Cc: Sandeep Paulraj > --- > 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