From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 19 Sep 2015 14:00:39 +0800 Subject: [U-Boot] [PATCH v5] nios2: convert altera_jtag_uart to driver model In-Reply-To: <201509181658.46421.marex@denx.de> References: <1442302126-9104-1-git-send-email-thomas@wytron.com.tw> <1442557429-11055-1-git-send-email-thomas@wytron.com.tw> <201509181658.46421.marex@denx.de> Message-ID: <55FCFA07.3080506@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, 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. Best regards, Thomas Chou