diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2017-07-11 20:44:22 -0500 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-07-11 20:44:22 -0500 |
commit | e0d08a8d12d4124e12a93525bdd570d2b998c666 (patch) | |
tree | 7d916bb9f1446a8deec24f34a723cbdcca516ce0 /libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch | |
parent | 0456c137959a8ff1c896eeb7e9ac969b0ee27dfa (diff) | |
download | abslibre-e0d08a8d12d4124e12a93525bdd570d2b998c666.tar.gz abslibre-e0d08a8d12d4124e12a93525bdd570d2b998c666.tar.bz2 abslibre-e0d08a8d12d4124e12a93525bdd570d2b998c666.zip |
mv libre{-testing,}/uboot4extlinux-sunxi
Diffstat (limited to 'libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch')
-rw-r--r-- | libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch b/libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch index 4b93c03e9..17f067484 100644 --- a/libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch +++ b/libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch @@ -1,28 +1,7 @@ -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 94275a7..ed1aac6 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 */ @@ -467,6 +467,9 @@ extern int soft_i2c_gpio_scl; #define BOOTENV_DEV_NAME_FEL(devtypeu, devtypel, instance) \ "fel " |