From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 19 Sep 2015 08:10:28 +0200 Subject: [U-Boot] [PATCH v5] nios2: convert altera_jtag_uart to driver model In-Reply-To: <55FCFA07.3080506@wytron.com.tw> References: <1442302126-9104-1-git-send-email-thomas@wytron.com.tw> <201509181658.46421.marex@denx.de> <55FCFA07.3080506@wytron.com.tw> Message-ID: <201509190810.28783.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Saturday, September 19, 2015 at 08:00:39 AM, Thomas Chou wrote: > Hi Marek, Hi, > On 09/18/2015 10:58 PM, Marek Vasut wrote: > > btw I wonder if the ALTERA_JTAG_UART_BYPASS shouldn't be configured > > from DT instead now. What do you think ? > > This feature is more like a switch between production and development. > We would turn off the bypass to see every message the console output > during development/debug. And turn on the bypass when there is no jtag > connected in production. I would think a Kconfig option might better fit > and keep the DT intact. Well if there's no JTAG connected in production, why enable the device in DT at all ? Best regards, Marek Vasut