summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch')
-rw-r--r--libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch b/libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch
deleted file mode 100644
index 83743ad5c..000000000
--- a/libre/uboot4extlinux-sunxi/0001-parabola-arm-modifications.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
-index b01d1c3c84..d28019801d 100644
---- a/include/configs/sunxi-common.h
-+++ b/include/configs/sunxi-common.h
-@@ -416,6 +416,7 @@ extern int soft_i2c_gpio_scl;
- BOOT_TARGET_DEVICES_USB(func) \
- func(PXE, pxe, na) \
- func(DHCP, dhcp, na)
-+#include <config_distro_bootcmd.h>
-
- #ifdef CONFIG_OLD_SUNXI_KERNEL_COMPAT
- #define BOOTCMD_SUNXI_COMPAT \
-@@ -433,8 +434,6 @@ extern int soft_i2c_gpio_scl;
- #define BOOTCMD_SUNXI_COMPAT
- #endif
-
--#include <config_distro_bootcmd.h>
--
- #ifdef CONFIG_USB_KEYBOARD
- #define CONSOLE_STDIN_SETTINGS \
- "preboot=usb start\0" \
-@@ -498,6 +497,7 @@ extern int soft_i2c_gpio_scl;
- #endif
-
- #define CONFIG_EXTRA_ENV_SETTINGS \
-+ BOOTENV \
- CONSOLE_ENV_SETTINGS \
- MEM_LAYOUT_ENV_SETTINGS \
- DFU_ALT_INFO_RAM \
-@@ -508,8 +508,7 @@ extern int soft_i2c_gpio_scl;
- "uuid_gpt_esp=" UUID_GPT_ESP "\0" \
- "uuid_gpt_system=" UUID_GPT_SYSTEM "\0" \
- "partitions=" PARTS_DEFAULT "\0" \
-- BOOTCMD_SUNXI_COMPAT \
-- BOOTENV
-+ BOOTCMD_SUNXI_COMPAT
-
- #else /* ifndef CONFIG_SPL_BUILD */
- #define CONFIG_EXTRA_ENV_SETTINGS