From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 30 Jul 2015 12:03:16 -0600 Subject: [U-Boot] [PATCH 1/2] ARM: tegra: Add e2220-1170 board In-Reply-To: <1c9f4f558703403cbfe3862ac4520867@HQMAIL104.nvidia.com> References: <1438199339-29329-1-git-send-email-swarren@wwwdotorg.org> <1c9f4f558703403cbfe3862ac4520867@HQMAIL104.nvidia.com> Message-ID: <55BA66E4.4060808@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 (It'd be nice if all the irrelevant context could be trimmed so it was possible to quickly find the responses within the patch. As it is, there are about 5 lines of response in hundreds of lines of quoted patch, which makes it very easy to miss things and wastes time). On 07/29/2015 08:42 PM, Tom Warren wrote: > Simon, > > I can respond to your Kconfig questions below. > >> -----Original Message----- >> From: sjg at google.com [mailto:sjg at google.com] On Behalf Of Simon Glass >> Sent: Wednesday, July 29, 2015 4:02 PM >> To: Stephen Warren >> Cc: U-Boot Mailing List; Tom Warren; Stephen Warren; Thierry Reding >> Subject: Re: [PATCH 1/2] ARM: tegra: Add e2220-1170 board >> >> Hi Stephen, >> >> On 29 July 2015 at 13:48, Stephen Warren wrote: >>> diff --git a/include/configs/e2220-1170.h >>> +/* Board-specific serial config */ >>> +#define CONFIG_SERIAL_MULTI >>> +#define CONFIG_TEGRA_ENABLE_UARTA >>> +#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE >> >> Do we need this still? > > 32-bit builds (i.e. w/SPL) still need this. I've removed it in a future patch for P2571. Is that a patch you've sent upstream; if so, which one was it? If it's been sent already, or even just pushed into a git server somewhere in a final form, I can apply it locally and align these new boards so they're consistent with the latest version of p2571.h etc. The same response applies to the other Kconfig-related questions.