From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric =?ISO-8859-1?B?QuluYXJk?= Date: Sun, 23 Sep 2012 22:38:43 +0200 Subject: [U-Boot] [PATCH v2 2/2] add Eukrea's CPUIMX25 In-Reply-To: <505F4B0A.8060001@denx.de> References: <1348401786-10702-1-git-send-email-eric@eukrea.com> <1348401786-10702-2-git-send-email-eric@eukrea.com> <505F4B0A.8060001@denx.de> Message-ID: <20120923223843.08ce53d7@eb-e6520> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, Le Sun, 23 Sep 2012 19:46:50 +0200, Stefano Babic a ?crit : > > nand_spl/board/eukrea/cpuimx25/Makefile | 79 ++++++++++++ > > nand_spl/board/eukrea/cpuimx25/config.mk | 1 + > > nand_spl/board/eukrea/cpuimx25/u-boot.lds | 83 ++++++++++++ > > There is a main issue with these patches. According to some discussion > in previous threads and hopefully I do not misinterprete Wolfgang's will > about the direction that U-Boot will have in future, the nand_spl code > is obsolete and it remains for the already supported boards. > > However, new boards must implement SPL using the SPL framework. New > boards using nand_spl will not be integrated in mainline. > else that would have been to easy ;-) OK I'll look at this SPL framework based on your serie introducing woorburn board, Thanks ! Eric