summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2017-09-25 08:59:43 -0300
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-09-27 00:26:50 +0200
commitd5935bf70dc89c639bd7e2a7eed0578a7673edca (patch)
tree7de5ab7bdd45a51b8a76670061006b9e0a3a6b2d /configs
parent1ef5e6f2a55459983ea118a549c47359b0d38df2 (diff)
downloadbuildroot-d5935bf70dc89c639bd7e2a7eed0578a7673edca.tar.gz
buildroot-d5935bf70dc89c639bd7e2a7eed0578a7673edca.zip
configs/imx6q-sabresd: Drop the 'quad' notation
Now that SPL is supported a single image can run on the different variants of imx6 sabresd boards: imx6q, imx6dl and imx6qp. So drop the 'quad' prefix from defconfig, directory and readme file to make it generic. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx6-sabresd_defconfig (renamed from configs/imx6q-sabresd_defconfig)0
-rw-r--r--configs/imx6q-sabresd_qt5_defconfig4
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/imx6q-sabresd_defconfig b/configs/imx6-sabresd_defconfig
index 18d809c70f..18d809c70f 100644
--- a/configs/imx6q-sabresd_defconfig
+++ b/configs/imx6-sabresd_defconfig
diff --git a/configs/imx6q-sabresd_qt5_defconfig b/configs/imx6q-sabresd_qt5_defconfig
index 801b25657c..94bf8674f7 100644
--- a/configs/imx6q-sabresd_qt5_defconfig
+++ b/configs/imx6q-sabresd_qt5_defconfig
@@ -24,7 +24,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
-BR2_ROOTFS_OVERLAY="board/freescale/imx6q-sabresd/rootfs_overlay"
+BR2_ROOTFS_OVERLAY="board/freescale/imx6-sabresd/rootfs_overlay"
# Bootloader
BR2_TARGET_UBOOT=y
@@ -40,7 +40,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11.6"
BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
-BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/freescale/imx6q-sabresd/linux_qt5.fragment"
+BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/freescale/imx6-sabresd/linux_qt5.fragment"
# GL driver
BR2_PACKAGE_MESA3D=y
OpenPOWER on IntegriCloud