summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2013-11-12 01:34:30 +0000
committerZoltan Herpai <wigyori@uid0.hu>2013-11-12 01:34:30 +0000
commitb0b78d541df8e2e54e170df99e8556f088fd086b (patch)
tree67b6ffa54cfda0bb87bf9fa56dfb46ebb3ff34ff
parent334bee8ad9a9b1f94dfc7a096514d34606bc20ec (diff)
downloadmtk-20170518-b0b78d541df8e2e54e170df99e8556f088fd086b.zip
mtk-20170518-b0b78d541df8e2e54e170df99e8556f088fd086b.tar.gz
mtk-20170518-b0b78d541df8e2e54e170df99e8556f088fd086b.tar.bz2
mxs: rename uboot-imx23 to uboot-mxs
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38774
-rw-r--r--package/boot/uboot-mxs/Makefile (renamed from package/boot/uboot-imx23/Makefile)6
-rw-r--r--target/linux/mxs/image/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/package/boot/uboot-imx23/Makefile b/package/boot/uboot-mxs/Makefile
index 10d0d8d..4cf17ab 100644
--- a/package/boot/uboot-imx23/Makefile
+++ b/package/boot/uboot-mxs/Makefile
@@ -34,7 +34,7 @@ UBOOTS := \
mx23_olinuxino
define Package/uboot/template
-define Package/uboot-imx23-$(1)
+define Package/uboot-mxs-$(1)
SECTION:=boot
CATEGORY:=Boot Loaders
DEPENDS:=@TARGET_mxs
@@ -74,7 +74,7 @@ define Package/uboot/install/default
endef
define Package/uboot/install/template
-define Package/uboot-imx23-$(1)/install
+define Package/uboot-mxs-$(1)/install
$(call Package/uboot/install/default,$(2))
endef
endef
@@ -85,5 +85,5 @@ $(foreach u,$(UBOOTS), \
$(foreach u,$(UBOOTS), \
$(eval $(call BuildUBootPackage,$(u))) \
- $(eval $(call BuildPackage,uboot-imx23-$(u))) \
+ $(eval $(call BuildPackage,uboot-mxs-$(u))) \
)
diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile
index ec294d5..7c5c331 100644
--- a/target/linux/mxs/image/Makefile
+++ b/target/linux/mxs/image/Makefile
@@ -35,7 +35,7 @@ define Image/BuildKernel
$(call Image/BuildKernel/olinuxino-bootlet)
endif
- ifeq ($(CONFIG_PACKAGE_uboot-imx23-mx23_olinuxino),y)
+ ifeq ($(CONFIG_PACKAGE_uboot-mxs-mx23_olinuxino),y)
$(call Image/BuildKernel/olinuxino-uboot)
endif