mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-23 15:11:42 +00:00
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>
This commit is contained in:
parent
150c24936b
commit
01ca286526
2 changed files with 11 additions and 0 deletions
|
@ -204,6 +204,15 @@
|
||||||
#undef CONFIG_CMD_USB
|
#undef CONFIG_CMD_USB
|
||||||
#endif
|
#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 /* CONFIG_SPL_BUILD */
|
||||||
|
|
||||||
#endif /* __TEGRA_COMMON_POST_H */
|
#endif /* __TEGRA_COMMON_POST_H */
|
||||||
|
|
|
@ -107,6 +107,8 @@
|
||||||
|
|
||||||
/* include default commands */
|
/* include default commands */
|
||||||
#include <config_cmd_default.h>
|
#include <config_cmd_default.h>
|
||||||
|
#define CONFIG_PARTITION_UUIDS
|
||||||
|
#define CONFIG_CMD_PART
|
||||||
|
|
||||||
/* remove unused commands */
|
/* remove unused commands */
|
||||||
#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
|
#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue