Skip to content

Commit

Permalink
uboot-omap: Remove omap3_overo configuration
Browse files Browse the repository at this point in the history
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: ffb807e ("omap: update u-boot to 2021.07")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  • Loading branch information
hauke committed Nov 28, 2021
1 parent 0a4f5d0 commit 889043a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions package/boot/uboot-omap/Makefile
Expand Up @@ -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), \
Expand Down
2 changes: 1 addition & 1 deletion target/linux/omap/image/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 889043a

Please sign in to comment.