From 01ca2865268b1e01ff3e0541e7ac0cc11717963c Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Tue, 25 Sep 2012 13:32:26 +0000 Subject: tegra: enable CONFIG_CMD_PART This is extremely likely to be used from the boot.scr that Tegra's default bootcmd locates and executes. Signed-off-by: Stephen Warren Signed-off-by: Tom Warren --- include/configs/tegra-common-post.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/configs/tegra-common-post.h') diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index a01b2a7ab9..9698c23dad 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -204,6 +204,15 @@ #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 */ -- cgit v1.2.3