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/tegra20-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/tegra20-common.h') diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index 41fc0cbb07..dc7444d1cc 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -107,6 +107,8 @@ /* include default commands */ #include +#define CONFIG_PARTITION_UUIDS +#define CONFIG_CMD_PART /* remove unused commands */ #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */ -- cgit v1.2.1