mxs: rename uboot-imx23 to uboot-mxs
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38774
This commit is contained in:
parent
334bee8ad9
commit
b0b78d541d
2 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ UBOOTS := \
|
||||||
mx23_olinuxino
|
mx23_olinuxino
|
||||||
|
|
||||||
define Package/uboot/template
|
define Package/uboot/template
|
||||||
define Package/uboot-imx23-$(1)
|
define Package/uboot-mxs-$(1)
|
||||||
SECTION:=boot
|
SECTION:=boot
|
||||||
CATEGORY:=Boot Loaders
|
CATEGORY:=Boot Loaders
|
||||||
DEPENDS:=@TARGET_mxs
|
DEPENDS:=@TARGET_mxs
|
||||||
|
@ -74,7 +74,7 @@ define Package/uboot/install/default
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/uboot/install/template
|
define Package/uboot/install/template
|
||||||
define Package/uboot-imx23-$(1)/install
|
define Package/uboot-mxs-$(1)/install
|
||||||
$(call Package/uboot/install/default,$(2))
|
$(call Package/uboot/install/default,$(2))
|
||||||
endef
|
endef
|
||||||
endef
|
endef
|
||||||
|
@ -85,5 +85,5 @@ $(foreach u,$(UBOOTS), \
|
||||||
|
|
||||||
$(foreach u,$(UBOOTS), \
|
$(foreach u,$(UBOOTS), \
|
||||||
$(eval $(call BuildUBootPackage,$(u))) \
|
$(eval $(call BuildUBootPackage,$(u))) \
|
||||||
$(eval $(call BuildPackage,uboot-imx23-$(u))) \
|
$(eval $(call BuildPackage,uboot-mxs-$(u))) \
|
||||||
)
|
)
|
|
@ -35,7 +35,7 @@ define Image/BuildKernel
|
||||||
$(call Image/BuildKernel/olinuxino-bootlet)
|
$(call Image/BuildKernel/olinuxino-bootlet)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_PACKAGE_uboot-imx23-mx23_olinuxino),y)
|
ifeq ($(CONFIG_PACKAGE_uboot-mxs-mx23_olinuxino),y)
|
||||||
$(call Image/BuildKernel/olinuxino-uboot)
|
$(call Image/BuildKernel/olinuxino-uboot)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue