summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2015-08-05 11:52:08 -0600
committerTom Warren <twarren@nvidia.com>2015-08-06 10:50:04 -0700
commitf05fa6781ae1122f348e66b5b26acbfe552f6602 (patch)
tree46476b427745bd29a322a1a837247c24fd47585e /configs
parentb6920095c58d36db129cd121fabc4fc9d8ddb49a (diff)
downloadtalos-obmc-uboot-f05fa6781ae1122f348e66b5b26acbfe552f6602.tar.gz
talos-obmc-uboot-f05fa6781ae1122f348e66b5b26acbfe552f6602.zip
ARM: tegra: Add p2371-0000 board
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. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/p2371-0000_defconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/p2371-0000_defconfig b/configs/p2371-0000_defconfig
new file mode 100644
index 0000000000..cd7d21fe3a
--- /dev/null
+++ b/configs/p2371-0000_defconfig
@@ -0,0 +1,17 @@
+CONFIG_ARM=y
+CONFIG_TEGRA=y
+CONFIG_TEGRA210=y
+CONFIG_TARGET_P2371_0000=y
+CONFIG_DEFAULT_DEVICE_TREE="tegra210-p2371-0000"
+# CONFIG_CMD_IMI is not set
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+# CONFIG_CMD_SETEXPR is not set
+# CONFIG_CMD_NFS is not set
+CONFIG_SPL_DM=y
+CONFIG_TEGRA114_SPI=y
+CONFIG_SPI_FLASH=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_USE_PRIVATE_LIBGCC=y
OpenPOWER on IntegriCloud