From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Mon, 11 Apr 2016 11:24:17 +0530 Subject: [U-Boot] [PATCH 03/11] ti_omap5_common: eth: do not define DM_ETH for spl In-Reply-To: References: <1460042230-15205-1-git-send-email-mugunthanvnm@ti.com> <1460042230-15205-4-git-send-email-mugunthanvnm@ti.com> Message-ID: <570B3C09.3010707@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 Sunday 10 April 2016 12:05 AM, Simon Glass wrote: > Hi Mugunthan, > > On 7 April 2016 at 09:17, Mugunthan V N wrote: >> Since omap's spl doesn't support DM currently, do not define >> DM_ETH for spl build. >> >> Signed-off-by: Mugunthan V N >> --- >> include/configs/ti_omap5_common.h | 1 + >> 1 file changed, 1 insertion(+) > > Reviewed-by: Simon Glass > > I suppose this is OK as a temporary convenience, although we should > use defconfig for this sort of thing. > Yes, this is a temporary. When omap's spl updated to support DM, these undefs has to be removed. Regards Mugunthan V N