[meta-freescale] [meta-fsl-arm-extra][PATCH 2/4] u-boot-cubox-i: Remove as it is not unused

Otavio Salvador otavio at ossystems.com.br
Mon May 11 06:21:51 PDT 2015


Since we moved the board to use u-boot-fslc, this recipe is now
unused.

Change-Id: I67a078f036e881cedaea07ecce50818fed2874f8
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 ...ix-SD-offset-to-align-with-mainline-value.patch | 32 ----------------------
 recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt         |  1 -
 recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb       | 29 --------------------
 3 files changed, 62 deletions(-)
 delete mode 100644 recipes-bsp/u-boot/u-boot-cubox-i/0001-imx6-Fix-SD-offset-to-align-with-mainline-value.patch
 delete mode 100644 recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt
 delete mode 100644 recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb

diff --git a/recipes-bsp/u-boot/u-boot-cubox-i/0001-imx6-Fix-SD-offset-to-align-with-mainline-value.patch b/recipes-bsp/u-boot/u-boot-cubox-i/0001-imx6-Fix-SD-offset-to-align-with-mainline-value.patch
deleted file mode 100644
index b5ed489..0000000
--- a/recipes-bsp/u-boot/u-boot-cubox-i/0001-imx6-Fix-SD-offset-to-align-with-mainline-value.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 64aa2dafcde88f3bdeabe7a8c335b05587b5db5e Mon Sep 17 00:00:00 2001
-From: Otavio Salvador <otavio at ossystems.com.br>
-Date: Wed, 3 Dec 2014 14:47:09 -0200
-Subject: [PATCH] imx6: Fix SD offset to align with mainline value
-Organization: O.S. Systems Software LTDA.
-
-The intended value was 69K but the sector number was wrong, fix it to
-proper value as it aligns it with U-Boot mainline.
-
-Upstream-Status: Pending
-
-Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
----
- include/configs/imx6_spl.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h
-index 4f8efd3..f2ad031 100644
---- a/include/configs/imx6_spl.h
-+++ b/include/configs/imx6_spl.h
-@@ -40,7 +40,7 @@
- /* #define CONFIG_SPL_SATA_SUPPORT */
- 
- #define CONFIG_SPL_MMC_SUPPORT
--#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR	84 /* offset 69KB */
-+#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR	138 /* offset 69KB */
- #define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR	0 /* offset 69KB */
- #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR	0 /* offset 69KB */
- #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS	0 /* offset 69KB */
--- 
-2.1.1
-
diff --git a/recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt b/recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt
deleted file mode 100644
index 3ae0863..0000000
--- a/recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt
+++ /dev/null
@@ -1 +0,0 @@
-mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot} video=mxcfb0:dev=hdmi,1920x1080M at 60,if=RGB24,bpp=32
diff --git a/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb b/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb
deleted file mode 100644
index 56651f9..0000000
--- a/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-require recipes-bsp/u-boot/u-boot.inc
-
-DESCRIPTION = "u-boot which includes support for SolidRun boards such as Cubox-i."
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
-
-PROVIDES += "u-boot"
-
-PV = "v2013.10+git${SRCPV}"
-
-SRCREV = "a06fada55acffacfc9ea174a6980b5bce76a2aeb"
-SRC_URI = " \
-    git://github.com/SolidRun/u-boot-imx6.git;branch=imx6 \
-    file://0001-imx6-Fix-SD-offset-to-align-with-mainline-value.patch \
-    file://uEnv.txt \
-    "
-
-S = "${WORKDIR}/git"
-
-UENV_FILENAME ?= "uEnv-${MACHINE}.txt"
-
-deploy_uenv () {
-    install ${WORKDIR}/uEnv.txt ${DEPLOYDIR}/${UENV_FILENAME}
-}
-
-do_deploy[postfuncs] += "deploy_uenv"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "cubox-i"
-- 
2.1.4



More information about the meta-freescale mailing list