[U-Boot] [PATCH V3 2/2] ARM: tegra: Add p2371-0000 board

Stephen Warren swarren at wwwdotorg.org
Wed Aug 5 19:04:48 CEST 2015


On 08/05/2015 08:39 AM, Simon Glass wrote:
> Hi Stephen,
>
> On 31 July 2015 at 17:21, Stephen Warren <swarren at wwwdotorg.org> wrote:
>> From: Stephen Warren <swarren at nvidia.com>
>>
>> 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.


More information about the U-Boot mailing list