From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Fitzsimmons Date: Wed, 22 Aug 2018 21:07:58 -0400 Subject: [U-Boot] [PATCH] board: arm: Add support for Broadcom BCM7260 In-Reply-To: <7e6fdeea-442d-d86c-5ba8-035626bc7a03@gmail.com> (Florian Fainelli's message of "Sat, 18 Aug 2018 09:21:50 -0700") References: <20180817014406.29998-1-fitzsim@fitzsim.org> <7e6fdeea-442d-d86c-5ba8-035626bc7a03@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Florian, Florian Fainelli writes: [...] >> +#define CONFIG_SYS_NS16550_COM3 0xf040c000 > > This is the physical address of UARTA, there are typically 3 UARTs on > those SoCs, is there a reason to name this COM3 and not COM1? If this is > an established u-boot convention, pardon my ignore here. There wasn't a good reason not to make this COM1, so I changed it and BCM7445 to use CONFIG_CONS_INDEX=1 in the latest patch set I posted. Thanks for reviewing, Thomas