From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 05 Aug 2015 11:04:48 -0600 Subject: [U-Boot] [PATCH V3 2/2] ARM: tegra: Add p2371-0000 board In-Reply-To: References: <1438384897-24740-1-git-send-email-swarren@wwwdotorg.org> <1438384897-24740-2-git-send-email-swarren@wwwdotorg.org> Message-ID: <55C24230.6020108@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 08/05/2015 08:39 AM, Simon Glass wrote: > Hi Stephen, > > On 31 July 2015 at 17:21, Stephen Warren wrote: >> From: Stephen Warren >> >> P2371-0000 is a P2581 or P2530 CPU board married to a P2595 I/O >> board. The combination contains SoC, DRAM, eMMC, SD card slot, >> HDMI, USB micro-B port, Ethernet via USB3, USB3 host port, SATA, >> a GPIO expansion header, and an analog audio jack. >> diff --git a/include/configs/p2371-0000.h b/include/configs/p2371-0000.h >> +/* enable PMIC */ >> +#define CONFIG_MAX77620_POWER > > That should go in Kconfig. > >> + >> +#include "tegra210-common.h" >> + >> +/* High-level configuration options */ >> +#define V_PROMPT "Tegra210 (P2371-0000) # " >> +#define CONFIG_TEGRA_BOARD_STRING "NVIDIA P2371-0000" >> + >> +/* Board-specific serial config */ >> +#define CONFIG_SERIAL_MULTI > > Is that used? I don't think either of MAX77620_POWER or SERIAL_MULTI exist any more. I'll drop those #defines, and send a patch to clean up existing files that still define them.