From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 19 Mar 2012 15:18:30 -0600 Subject: [U-Boot] [PATCH 5/5] tegra: Implement board_pre_console_panic() for Seaboard In-Reply-To: <1332188824-5447-5-git-send-email-sjg@chromium.org> References: <1332188824-5447-1-git-send-email-sjg@chromium.org> <1332188824-5447-5-git-send-email-sjg@chromium.org> Message-ID: <4F67A2A6.8030708@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 03/19/2012 02:27 PM, Simon Glass wrote: > We enable this feature on all UARTs for Seaboard. This ensures that a > message is printed if CONFIG_OF_CONTROL is in use and a value device tree > is not available. Why not just enabled this on UARTD, since that's what Seaboard uses? I guess some derivatives do use UARTB too, which makes things quite painful. Perhaps at least limit this to UARTB + UARTD, and not all the others?