summaryrefslogtreecommitdiff
path: root/package/u-boot-imx6/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-07-17 23:13:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-07-17 23:13:40 +0200
commitb903b90039acd8468f9dfd7b3b8f9cf9e028c00a (patch)
treef86120cb25f24aeb0d35f12bf5cf34800d66249d /package/u-boot-imx6/Makefile
parentc6af5d031f6c5529f1e5de0c9a49b5518ec54613 (diff)
solidrun-imx6: use upstream u-boot, the imx6 variant does not compile with gcc5
Diffstat (limited to 'package/u-boot-imx6/Makefile')
-rw-r--r--package/u-boot-imx6/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/package/u-boot-imx6/Makefile b/package/u-boot-imx6/Makefile
deleted file mode 100644
index df0a22d16..000000000
--- a/package/u-boot-imx6/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(ADK_TOPDIR)/rules.mk
-
-PKG_NAME:= u-boot-imx6
-PKG_VERSION:= 20140819
-PKG_RELEASE:= 1
-PKG_HASH:= a4e1202241d9a1035217fcd5c4c8bc999c606a3628b4dbf7b0f7ab5260385a29
-PKG_DESCR:= bootloader for imx6 (cubox-i/hummingboard)
-PKG_SECTION:= base/boot
-PKG_URL:= https://github.com/SolidRun/u-boot-imx6.git
-PKG_SITES:= http://distfiles.openadk.org/
-
-PKG_SYSTEM_DEPENDS:= solidrun-imx6
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,U_BOOT_IMX6,u-boot-imx6,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIG_STYLE:= manual
-XAKE_FLAGS+= GCC_HONOUR_COPTS=s
-# u-boot uses ld directly
-TARGET_LDFLAGS:=
-INSTALL_STYLE:= manual
-
-do-configure:
- cd ${WRKBUILD}; $(MAKE) mx6_cubox-i_config
-
-u-boot-imx6-install:
- $(INSTALL_DIR) ${FW_DIR}
- $(CP) ${WRKBUILD}/SPL ${FW_DIR}
- $(CP) ${WRKBUILD}/u-boot.img ${FW_DIR}
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk