From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Sat, 31 Oct 2015 17:09:19 +0530 Subject: [U-Boot] [PATCH 05/13] dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl In-Reply-To: References: <1445944388-14207-1-git-send-email-mugunthanvnm@ti.com> <1445944388-14207-6-git-send-email-mugunthanvnm@ti.com> Message-ID: <5634A867.2000806@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 29 October 2015 10:47 PM, Simon Glass wrote: > Hi Mugunthan, > > On 27 October 2015 at 05:13, Mugunthan V N wrote: >> > Since spl doesn't support DM currently, do not define DM_SPI and >> > DM_SPI_FLASH for spl build. > SPL does support driver model. I'm not sure what this change is trying to do. > For TI platforms, DM/DT platform is not supported yet for SPL. Similar patch [1] was already accepted by Tom. [1]: http://patchwork.ozlabs.org/patch/523758/ Regards Mugunthan V N