From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 21 Mar 2012 11:09:46 -0600 Subject: [U-Boot] [PATCH] tegra: Specify debugging serial port at boot. In-Reply-To: References: <1332273420-29109-1-git-send-email-swarren@wwwdotorg.org> <4F68F3D0.6030608@wwwdotorg.org> <20120321093808.E6E72202A4D@gemini.denx.de> <4F69AEF7.6060601@gmail.com> <4F6A0694.9010109@wwwdotorg.org> Message-ID: <4F6A0B5A.6090108@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/21/2012 10:59 AM, Simon Glass wrote: > 3. What you propose is actually very easy to implement - it just > requires a new config like CONFIG_DEFAULT_UART or > CONFIG_PRE_CONSOLE_UART to be defined, and used in the > board_pre_console_putc() code. One question here: We already have CONFIG_TEGRA2_ENABLE_UART* and CONFIG_SYS_NS16550_COM* to select which UART to use. Surely one of those is appropriate for this, rather than inventing yet another config option?