summaryrefslogtreecommitdiff
path: root/libre-testing/uboot4extlinux-omap4_panda/0001-parabola-arm-modifications.patch
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-12-12 22:45:00 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-12-12 22:45:32 +0100
commit49fef4a963e1b2163a000a6b65e2f4d61bd171ae (patch)
tree89dcc01ec578373123b9ab188e9a3342df2a0772 /libre-testing/uboot4extlinux-omap4_panda/0001-parabola-arm-modifications.patch
parenta95b393e7d22b42eb2d82b550f9995975ab33299 (diff)
downloadabslibre-49fef4a963e1b2163a000a6b65e2f4d61bd171ae.tar.gz
abslibre-49fef4a963e1b2163a000a6b65e2f4d61bd171ae.tar.bz2
abslibre-49fef4a963e1b2163a000a6b65e2f4d61bd171ae.zip
libre-testing: remove outdated u-boot packages
All these u-boot pakcages were consolidated in SOC specific packages instead of board specific pakcages in libre. In addition the libre packages are more recent and in sync with the Parabola armv7h installation manual. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre-testing/uboot4extlinux-omap4_panda/0001-parabola-arm-modifications.patch')
-rw-r--r--libre-testing/uboot4extlinux-omap4_panda/0001-parabola-arm-modifications.patch62
1 files changed, 0 insertions, 62 deletions
diff --git a/libre-testing/uboot4extlinux-omap4_panda/0001-parabola-arm-modifications.patch b/libre-testing/uboot4extlinux-omap4_panda/0001-parabola-arm-modifications.patch
deleted file mode 100644
index 6f8666775..000000000
--- a/libre-testing/uboot4extlinux-omap4_panda/0001-parabola-arm-modifications.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-diff --git a/configs/omap4_panda_defconfig b/configs/omap4_panda_defconfig
-index 8d9024854..3d7ffc39c 100644
---- a/configs/omap4_panda_defconfig
-+++ b/configs/omap4_panda_defconfig
-@@ -10,6 +10,10 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y
- CONFIG_VERSION_VARIABLE=y
- CONFIG_SPL=y
- CONFIG_SPL_OS_BOOT=y
-+CONFIG_AUTOBOOT_KEYED=y
-+CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
-+CONFIG_AUTOBOOT_DELAY_STR="d"
-+CONFIG_AUTOBOOT_STOP_STR=" "
- # CONFIG_CMD_IMLS is not set
- CONFIG_CMD_ASKENV=y
- # CONFIG_CMD_FLASH is not set
-@@ -20,8 +24,8 @@ CONFIG_CMD_USB=y
- CONFIG_CMD_GPIO=y
- # CONFIG_CMD_SETEXPR is not set
- # CONFIG_CMD_NFS is not set
--CONFIG_CMD_EXT4_WRITE=y
- CONFIG_SYS_NS16550=y
- CONFIG_USB=y
- CONFIG_USB_STORAGE=y
- CONFIG_OF_LIBFDT=y
-+CONFIG_IDENT_STRING=" Parabola GNU/Linux-libre"
-diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h
-index 8e0f9eb96..a2eb1f9ff 100644
---- a/include/configs/ti_omap4_common.h
-+++ b/include/configs/ti_omap4_common.h
-@@ -42,7 +42,7 @@
- * the timings to use or use pre-determined timings (based on using the
- * dynamic method. Default to the static timing infomation.
- */
--#define CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
-+/*#define CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS*/
- #ifndef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
- #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
- #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
-@@ -74,6 +74,12 @@
- #define CONFIG_USB_DEVICE 1
- #define CONFIG_USB_TTY 1
-
-+/* Enable Extlinux boot support */
-+#define CONFIG_CMD_PXE
-+#define CONFIG_MENU
-+#define BOOT_TARGET_DEVICES(func)
-+#include <config_distro_bootcmd.h>
-+
- /*
- * Environment setup
- */
-@@ -91,9 +97,8 @@
-
- #define BOOT_TARGET_DEVICES(func) \
- func(MMC, mmc, 0) \
-- func(LEGACY_MMC, legacy_mmc, 0) \
- func(MMC, mmc, 1) \
-- func(LEGACY_MMC, legacy_mmc, 1) \
-+ func(USB, usb, 0) \
- func(PXE, pxe, na) \
- func(DHCP, dhcp, na)
-