]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: enable CONFIG_CMD_PART
authorStephen Warren <swarren@nvidia.com>
Tue, 25 Sep 2012 13:32:26 +0000 (13:32 +0000)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:06 +0000 (11:54 -0700)
This is extremely likely to be used from the boot.scr that Tegra's default
bootcmd locates and executes.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/tegra-common-post.h
include/configs/tegra20-common.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 */
index 41fc0cbb0713a4642ff02874b73c8fe7893aba85..dc7444d1cc77206a1b010bfdadcae345ec31b15e 100644 (file)
 
 /* include default commands */
 #include <config_cmd_default.h>
+#define CONFIG_PARTITION_UUIDS
+#define CONFIG_CMD_PART
 
 /* remove unused commands */
 #undef CONFIG_CMD_FLASH                /* flinfo, erase, protect */