diff mbox series

[07/14] uboot-imx6: rename to 'uboot-imx'

Message ID 20211013204706.16362-8-pepe2k@gmail.com
State Accepted, archived
Delegated to: Piotr Dymacz
Headers show
Series imx6 conversion into arch-specific subtargets | expand

Commit Message

Piotr Dymacz Oct. 13, 2021, 8:46 p.m. UTC
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
---
 package/boot/{uboot-imx6 => uboot-imx}/Makefile                 | 2 +-
 ...0001-apalis_imx6_defconfig-enable-some-useful-commands.patch | 0
 .../patches/110-mx6cuboxi-mmc-fallback.patch                    | 0
 .../patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch        | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename package/boot/{uboot-imx6 => uboot-imx}/Makefile (98%)
 rename package/boot/{uboot-imx6 => uboot-imx}/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch (100%)
 rename package/boot/{uboot-imx6 => uboot-imx}/patches/110-mx6cuboxi-mmc-fallback.patch (100%)
 rename package/boot/{uboot-imx6 => uboot-imx}/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch (100%)
diff mbox series

Patch

diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx/Makefile
similarity index 98%
rename from package/boot/uboot-imx6/Makefile
rename to package/boot/uboot-imx/Makefile
index 6c2297dd81..9ca4d55a1c 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/package/boot/uboot-imx/Makefile
@@ -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
 
diff --git a/package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch b/package/boot/uboot-imx/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch
similarity index 100%
rename from package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch
rename to package/boot/uboot-imx/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch
diff --git a/package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch b/package/boot/uboot-imx/patches/110-mx6cuboxi-mmc-fallback.patch
similarity index 100%
rename from package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch
rename to package/boot/uboot-imx/patches/110-mx6cuboxi-mmc-fallback.patch
diff --git a/package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch b/package/boot/uboot-imx/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch
similarity index 100%
rename from package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch
rename to package/boot/uboot-imx/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch