summaryrefslogtreecommitdiff
path: root/libre/uboot-sunxi/0001-parabola-arm-modifications.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-18 21:34:25 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-18 22:28:14 -0300
commit78fa47c8ad0334ef3228d63de193f05098c0b24f (patch)
tree8af672774f30c69cd366a97a7dae0bb8698314be /libre/uboot-sunxi/0001-parabola-arm-modifications.patch
parente9c899af4061e9cd284336a2a73a53b868c1c3cc (diff)
downloadabslibre-78fa47c8ad0334ef3228d63de193f05098c0b24f.tar.gz
abslibre-78fa47c8ad0334ef3228d63de193f05098c0b24f.tar.bz2
abslibre-78fa47c8ad0334ef3228d63de193f05098c0b24f.zip
uboot-sunxi-2016.07-1.parabola1: updating version
Diffstat (limited to 'libre/uboot-sunxi/0001-parabola-arm-modifications.patch')
-rw-r--r--libre/uboot-sunxi/0001-parabola-arm-modifications.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/uboot-sunxi/0001-parabola-arm-modifications.patch b/libre/uboot-sunxi/0001-parabola-arm-modifications.patch
index fc504d587..c7ecda6fb 100644
--- a/libre/uboot-sunxi/0001-parabola-arm-modifications.patch
+++ b/libre/uboot-sunxi/0001-parabola-arm-modifications.patch
@@ -1,28 +1,28 @@
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
-index 9d1de55..b75c454 100644
+index 766a212..0df77cd 100644
--- a/include/config_distro_defaults.h
+++ b/include/config_distro_defaults.h
-@@ -67,4 +67,7 @@
+@@ -57,4 +57,7 @@
#define CONFIG_SUPPORT_RAW_INITRD
- #define CONFIG_SYS_HUSH_PARSER
+ #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 f5db4d3..1cdba92 100644
+index 2406115..8c64bbd 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
-@@ -176,7 +176,7 @@
+@@ -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 */
- #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
--
-2.6.1
+2.8.3