summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra20-common.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-09-25 13:32:26 +0000
committerTom Rini <trini@ti.com>2012-10-15 11:54:06 -0700
commit01ca2865268b1e01ff3e0541e7ac0cc11717963c (patch)
tree8bb4b16bd9d661352b1679ffd697f6f3aedc11f8 /include/configs/tegra20-common.h
parent150c24936b70ce36e11069038ba8e955704cab3a (diff)
downloadblackbird-obmc-uboot-01ca2865268b1e01ff3e0541e7ac0cc11717963c.tar.gz
blackbird-obmc-uboot-01ca2865268b1e01ff3e0541e7ac0cc11717963c.zip
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 <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra20-common.h')
-rw-r--r--include/configs/tegra20-common.h2
1 files changed, 2 insertions, 0 deletions
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 <config_cmd_default.h>
+#define CONFIG_PARTITION_UUIDS
+#define CONFIG_CMD_PART
/* remove unused commands */
#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
OpenPOWER on IntegriCloud