From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 31 Jul 2014 14:22:15 -0600 Subject: [U-Boot] [PATCH v3 16/16] dm: tegra: Use V_NS16550_CLK only in SPL builds In-Reply-To: <1406713793-12828-17-git-send-email-sjg@chromium.org> References: <1406713793-12828-1-git-send-email-sjg@chromium.org> <1406713793-12828-17-git-send-email-sjg@chromium.org> Message-ID: <53DAA577.5090306@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/30/2014 03:49 AM, Simon Glass wrote: > Since Tegra now uses driver model for serial, adjust the definition of > V_NS16550_CLK so that it is clear that this is only used for SPL. May as well squash this into the previous patch.