[openwrt/openwrt] uboot-omap: Remove omap3_overo configuration
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 28 13:27:28 PST 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/889043a155dac4e329d0698ef5f67d44b1865ab5
commit 889043a155dac4e329d0698ef5f67d44b1865ab5
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Nov 28 22:23:47 2021 +0100
uboot-omap: Remove omap3_overo configuration
The configs/omap3_overo_defconfig file was removed from upstream U-Boot
in commit ed3294d6d1f9 ("arm: Remove overo board"). Remove it in OpenWrt
too. If someone needs this please add it also to upstream U-Boot.
This fixes the compile of the omap target.
Fixes: ffb807ec90d3 ("omap: update u-boot to 2021.07")
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/boot/uboot-omap/Makefile | 6 +-----
target/linux/omap/image/Makefile | 2 +-
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile
index 929b679894..4c12eec29d 100644
--- a/package/boot/uboot-omap/Makefile
+++ b/package/boot/uboot-omap/Makefile
@@ -31,16 +31,12 @@ define U-Boot/am335x_evm
BUILD_DEVICES:=ti_am335x-evm ti_am335x-bone-black
endef
-define U-Boot/omap3_overo
- NAME:=Gumstix Overo
-endef
-
define U-Boot/omap3_beagle
NAME:=BeagleBoard
BUILD_DEVICES:=ti_omap3-beagle
endef
-UBOOT_TARGETS:=omap4_panda am335x_evm omap3_overo omap3_beagle
+UBOOT_TARGETS:=omap4_panda am335x_evm omap3_beagle
define Build/InstallDev
$(foreach device,$(BUILD_DEVICES), \
diff --git a/target/linux/omap/image/Makefile b/target/linux/omap/image/Makefile
index 10c6d0ad68..507c91b2cc 100644
--- a/target/linux/omap/image/Makefile
+++ b/target/linux/omap/image/Makefile
@@ -38,7 +38,7 @@ define Device/Default
IMAGE/sdcard.img.gz := omap-sdcard | append-metadata | gzip
endef
-#uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
+#uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap4_panda
define Device/ti_am335x-evm
DEVICE_VENDOR := Texas Instruments
More information about the lede-commits
mailing list