12345678910111213141516 |
- diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
- index 766a212..0df77cd 100644
- --- a/include/config_distro_defaults.h
- +++ b/include/config_distro_defaults.h
- @@ -29,4 +29,7 @@
- #define CONFIG_SUPPORT_RAW_INITRD
- #define CONFIG_ENV_VARS_UBOOT_CONFIG
-
- +#define CONFIG_CMD_PART
- +#define CONFIG_PARTITION_UUIDS
- +
- #endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */
- --
- 2.8.3
|