From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Mon, 19 Sep 2011 13:00:25 +0530 Subject: [U-Boot] [PATCH]: davinci: Replace CONFIG_PRELOADER with CONFIG_SPL_BUILD in board/davinci/common/misc.c In-Reply-To: <1315917728-4730-1-git-send-email-urwithsughosh@gmail.com> References: <1315917728-4730-1-git-send-email-urwithsughosh@gmail.com> Message-ID: <20110919073024.GA32208@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 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. -sughosh