diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-28 22:23:47 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-28 22:26:27 +0100 |
commit | 889043a155dac4e329d0698ef5f67d44b1865ab5 (patch) | |
tree | 968d925a1da62314381d8a589e7d958989acb74e /target | |
parent | 0a4f5d06c23215f4ea9945f8d72dff5ba60c34e5 (diff) | |
download | upstream-889043a155dac4e329d0698ef5f67d44b1865ab5.tar.gz upstream-889043a155dac4e329d0698ef5f67d44b1865ab5.tar.bz2 upstream-889043a155dac4e329d0698ef5f67d44b1865ab5.zip |
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@hauke-m.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/omap/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |