diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index 9d1de55..b75c454 100644 --- a/include/config_distro_defaults.h +++ b/include/config_distro_defaults.h @@ -67,4 +67,7 @@ #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_SYS_HUSH_PARSER +#define CONFIG_CMD_PART +#define CONFIG_PARTITION_UUIDS + #endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */ diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index f5db4d3..1cdba92 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -176,7 +176,7 @@ #define CONFIG_SYS_NO_FLASH #define CONFIG_SYS_MONITOR_LEN (768 << 10) /* 768 KiB */ -#define CONFIG_IDENT_STRING " Allwinner Technology" +#define CONFIG_IDENT_STRING " Parabola GNU/Linux-libre" #define CONFIG_ENV_OFFSET (544 << 10) /* (8 + 24 + 512) KiB */ #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ -- 2.6.1