summaryrefslogtreecommitdiff
path: root/libre/uboot-sunxi/0001-parabola-arm-modifications.patch
blob: c7ecda6fb813282793f1b39d2a8458ce15b646f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
@@ -57,4 +57,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 */
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 2406115..8c64bbd 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -173,7 +173,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_DISPLAY_BOARDINFO
 
 #define CONFIG_ENV_OFFSET		(544 << 10) /* (8 + 24 + 512) KiB */
-- 
2.8.3