From eb7801bf4808a7f33454376ce3a0e38f44d61446 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Wed, 12 Jul 2023 11:12:26 -0700 Subject: [PATCH] odroid/c2: remove broken uboot patches Signed-off-by: Christian Stewart --- .../0002-arm-enable-dt-overlays-support.patch | 26 --------------- ...003-meson64-support-old-boot-scripts.patch | 32 ------------------- 2 files changed, 58 deletions(-) delete mode 100644 configs/odroid/c2/uboot_patches/0002-arm-enable-dt-overlays-support.patch delete mode 100644 configs/odroid/c2/uboot_patches/0003-meson64-support-old-boot-scripts.patch diff --git a/configs/odroid/c2/uboot_patches/0002-arm-enable-dt-overlays-support.patch b/configs/odroid/c2/uboot_patches/0002-arm-enable-dt-overlays-support.patch deleted file mode 100644 index 6f03bfc53..000000000 --- a/configs/odroid/c2/uboot_patches/0002-arm-enable-dt-overlays-support.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f847af661b126e53708f5f1169a8eec933ad4f17 Mon Sep 17 00:00:00 2001 -From: Christian Stewart -Date: Sun, 6 Sep 2020 15:51:59 -0700 -Subject: [PATCH] arm: enable dt overlays support - -Signed-off-by: Christian Stewart ---- - arch/arm/Kconfig | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig -index 80702c23d3..e5eaea354b 100644 ---- a/arch/arm/Kconfig -+++ b/arch/arm/Kconfig -@@ -799,6 +799,8 @@ config ARCH_OMAP2PLUS - - config ARCH_MESON - bool "Amlogic Meson" -+ select OF_LIBFDT -+ select OF_LIBFDT_OVERLAY - imply DISTRO_DEFAULTS - imply DM_RNG - help --- -2.29.2 - diff --git a/configs/odroid/c2/uboot_patches/0003-meson64-support-old-boot-scripts.patch b/configs/odroid/c2/uboot_patches/0003-meson64-support-old-boot-scripts.patch deleted file mode 100644 index 8f1c19d40..000000000 --- a/configs/odroid/c2/uboot_patches/0003-meson64-support-old-boot-scripts.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 30edc7f0aa2f04f27e4c9dd0ff01b05438886c91 Mon Sep 17 00:00:00 2001 -From: Christian Stewart -Date: Sun, 6 Sep 2020 15:52:59 -0700 -Subject: [PATCH] meson64: support old boot scripts - -Signed-off-by: Christian Stewart ---- - include/configs/meson64.h | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/include/configs/meson64.h b/include/configs/meson64.h -index c895a24eca..3af243f5b5 100644 ---- a/include/configs/meson64.h -+++ b/include/configs/meson64.h -@@ -79,10 +79,14 @@ - "stdout=" STDOUT_CFG "\0" \ - "stderr=" STDOUT_CFG "\0" \ - "fdt_addr_r=0x08008000\0" \ -+ "dtb_mem_addr=0x01000000\0" \ - "scriptaddr=0x08000000\0" \ - "kernel_addr_r=0x08080000\0" \ - "pxefile_addr_r=0x01080000\0" \ -+ "loadaddr=0x01080000\0" \ - "ramdisk_addr_r=0x13000000\0" \ -+ "initrd_start=0x13000000\0" \ -+ "bloader=ext4load mmc 0:1\0" \ - "fdtfile=amlogic/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ - BOOTENV - #endif --- -2.29.2 -