From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Mon, 31 Oct 2011 16:14:37 +0530 Subject: [U-Boot] [PATCH]: davinci: Replace CONFIG_PRELOADER with CONFIG_SPL_BUILD in board/davinci/common/misc.c In-Reply-To: <20110919073024.GA32208@Hardy> References: <1315917728-4730-1-git-send-email-urwithsughosh@gmail.com> <20110919073024.GA32208@Hardy> Message-ID: <20111031104437.GA20232@Hardy> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon Sep 19, 2011 at 01:00:25PM +0530, Sughosh Ganu wrote: > On Tue Sep 13, 2011 at 06:12:08PM +0530, Sughosh Ganu wrote: > > Make the conditional compilation in misc.c based on > > CONFIG_SPL_BUILD, replacing CONFIG_PRELOADER which was removed as part > > of commit 401bb30b6d. > > > > Making this change, we no longer need to compile memsize.c for > > hawkboard's nand_spl. > > > > Signed-off-by: Sughosh Ganu > > --- > > > > Tested the changes on hawkboard. > > Build tested on davinci boards with a 'MAKEALL -v davinci' > > > > > > board/davinci/common/misc.c | 2 +- > > nand_spl/board/davinci/da8xxevm/Makefile | 6 ------ > > 2 files changed, 1 insertions(+), 7 deletions(-) > > Will this not go through ti next branch. I don't see this patch > included in the u-boot-ti/next pull request by Sandeep. Sandeep, can this be included in the ti tree. This has been pending for some time now. Thanks. -sughosh