summaryrefslogtreecommitdiff
path: root/configs/p2771-0000-a02_defconfig
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2016-07-18 12:15:04 -0600
committerTom Warren <twarren@nvidia.com>2016-07-21 09:31:30 -0700
commit1f60f0731db2e07eecc41afa92bee4b10e7d9f1f (patch)
tree7fa250c59f2dc15d7834359a63e36b8d1763fbbd /configs/p2771-0000-a02_defconfig
parent0388634a6ce9f0167747a3abac29001e2abc3879 (diff)
downloadu-boot-imx-1f60f0731db2e07eecc41afa92bee4b10e7d9f1f.zip
u-boot-imx-1f60f0731db2e07eecc41afa92bee4b10e7d9f1f.tar.gz
u-boot-imx-1f60f0731db2e07eecc41afa92bee4b10e7d9f1f.tar.bz2
ARM: tegra: split p2771-0000 build
There are multiple versions of p2771-0000 board. There are SW visible incompatible differences between the versions, and they are relevant to U-Boot. Create separate "A02" and "B00" defconfigs (named after the first and/or only board rev the defconfig supports) so that users can select which build they want. With the minimal set of HW currently enabled in U-Boot, the differences are irrelevant, hence the DT files aren't different. However, that will change in a future patch. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs/p2771-0000-a02_defconfig')
-rw-r--r--configs/p2771-0000-a02_defconfig31
1 files changed, 31 insertions, 0 deletions
diff --git a/configs/p2771-0000-a02_defconfig b/configs/p2771-0000-a02_defconfig
new file mode 100644
index 0000000..1fe25f5
--- /dev/null
+++ b/configs/p2771-0000-a02_defconfig
@@ -0,0 +1,31 @@
+CONFIG_ARM=y
+CONFIG_TEGRA=y
+CONFIG_TEGRA186=y
+CONFIG_TARGET_P2771_0000=y
+CONFIG_DEFAULT_DEVICE_TREE="tegra186-p2771-0000-a02"
+CONFIG_OF_SYSTEM_SETUP=y
+CONFIG_HUSH_PARSER=y
+CONFIG_SYS_PROMPT="Tegra186 (P2771-0000 A02) # "
+# CONFIG_CMD_IMI is not set
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+CONFIG_CMD_MMC=y
+CONFIG_CMD_SF=y
+CONFIG_CMD_SPI=y
+CONFIG_CMD_I2C=y
+CONFIG_CMD_USB=y
+# CONFIG_CMD_FPGA is not set
+CONFIG_CMD_GPIO=y
+# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_DHCP=y
+# CONFIG_CMD_NFS is not set
+CONFIG_CMD_MII=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_EXT2=y
+CONFIG_CMD_EXT4=y
+CONFIG_CMD_EXT4_WRITE=y
+CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
+CONFIG_SYS_NS16550=y
+CONFIG_USB=y
+CONFIG_DM_USB=y