tegra: enable CONFIG_CMD_PART
[oweals/u-boot.git] / include / configs / tegra-common-post.h
index a01b2a7ab984d62125341540582bd1e044fa4f63..9698c23dad286f5dd07d15ad0d5cb09ba30ca5e1 100644 (file)
 #undef CONFIG_CMD_USB
 #endif
 
+/* remove part command support */
+#ifdef CONFIG_PARTITION_UUIDS
+#undef CONFIG_PARTITION_UUIDS
+#endif
+
+#ifdef CONFIG_CMD_PART
+#undef CONFIG_CMD_PART
+#endif
+
 #endif /* CONFIG_SPL_BUILD */
 
 #endif /* __TEGRA_COMMON_POST_H */