]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
uboot-imx6: rename to 'uboot-imx'
authorPiotr Dymacz <pepe2k@gmail.com>
Sun, 28 Mar 2021 16:51:58 +0000 (18:51 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Wed, 3 Nov 2021 11:45:40 +0000 (12:45 +0100)
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
package/boot/uboot-imx/Makefile [moved from package/boot/uboot-imx6/Makefile with 98% similarity]
package/boot/uboot-imx/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch [moved from package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch with 100% similarity]
package/boot/uboot-imx/patches/110-mx6cuboxi-mmc-fallback.patch [moved from package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch with 100% similarity]
package/boot/uboot-imx/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch [moved from package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch with 100% similarity]

similarity index 98%
rename from package/boot/uboot-imx6/Makefile
rename to package/boot/uboot-imx/Makefile
index 6c2297dd815d15d05d12d75821b2f1b8aedc07a4..9ca4d55a1cb097c786726c8c3817a5ee2b7d5145 100644 (file)
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/u-boot.mk
 include $(INCLUDE_DIR)/package.mk
 
 define U-Boot/Default
-  BUILD_TARGET:=imx6
+  BUILD_TARGET:=imx
   UBOOT_IMAGE:=u-boot.imx
 endef