From patchwork Thu Aug 16 23:15:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,3/3] tegra: enable CONFIG_CMD_PARTUUID From: Stephen Warren X-Patchwork-Id: 178121 Message-Id: <1345158942-31512-3-git-send-email-swarren@wwwdotorg.org> To: u-boot@lists.denx.de Cc: Stephen Warren , Tom Warren Date: Thu, 16 Aug 2012 17:15:42 -0600 From: Stephen Warren This is extremely likely to be used from the boot.scr that Tegra's default bootcmd locates and executes. Signed-off-by: Stephen Warren Acked-by: Simon Glass --- include/configs/tegra20-common-post.h | 5 +++++ include/configs/tegra20-common.h | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/tegra20-common-post.h b/include/configs/tegra20-common-post.h index 42f270f..b7bbc0c 100644 --- a/include/configs/tegra20-common-post.h +++ b/include/configs/tegra20-common-post.h @@ -209,6 +209,11 @@ #undef CONFIG_CMD_USB #endif +/* remove partuuid command support */ +#ifdef CONFIG_CMD_PARTUUID +#undef CONFIG_CMD_PARTUUID +#endif + #endif /* CONFIG_SPL_BUILD */ #endif /* __TEGRA20_COMMON_POST_H */ diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index c9e8b6b..c76eea4 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -113,6 +113,7 @@ /* include default commands */ #include +#define CONFIG_CMD_PARTUUID /* remove unused commands */ #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */